pub struct MappingSessionMarker;Trait Implementations§
Source§impl Clone for MappingSessionMarker
impl Clone for MappingSessionMarker
Source§fn clone(&self) -> MappingSessionMarker
fn clone(&self) -> MappingSessionMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MappingSessionMarker
Source§impl Debug for MappingSessionMarker
impl Debug for MappingSessionMarker
impl Eq for MappingSessionMarker
Source§impl Hash for MappingSessionMarker
impl Hash for MappingSessionMarker
Source§impl Ord for MappingSessionMarker
impl Ord for MappingSessionMarker
Source§fn cmp(&self, other: &MappingSessionMarker) -> Ordering
fn cmp(&self, other: &MappingSessionMarker) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MappingSessionMarker
impl PartialEq for MappingSessionMarker
Source§impl PartialOrd for MappingSessionMarker
impl PartialOrd for MappingSessionMarker
Source§impl ProtocolMarker for MappingSessionMarker
impl ProtocolMarker for MappingSessionMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) MappingSession"
const DEBUG_NAME: &'static str = "(anonymous) MappingSession"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MappingSessionProxy
type Proxy = MappingSessionProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.Source§type RequestStream = MappingSessionRequestStream
type RequestStream = MappingSessionRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MappingSessionSynchronousProxy
type SynchronousProxy = MappingSessionSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.impl StructuralPartialEq for MappingSessionMarker
Auto Trait Implementations§
impl Freeze for MappingSessionMarker
impl RefUnwindSafe for MappingSessionMarker
impl Send for MappingSessionMarker
impl Sync for MappingSessionMarker
impl Unpin for MappingSessionMarker
impl UnsafeUnpin for MappingSessionMarker
impl UnwindSafe for MappingSessionMarker
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more