pub struct MapperSessionMarker;Trait Implementations§
Source§impl Clone for MapperSessionMarker
impl Clone for MapperSessionMarker
Source§fn clone(&self) -> MapperSessionMarker
fn clone(&self) -> MapperSessionMarker
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 MapperSessionMarker
Source§impl Debug for MapperSessionMarker
impl Debug for MapperSessionMarker
impl Eq for MapperSessionMarker
Source§impl Hash for MapperSessionMarker
impl Hash for MapperSessionMarker
Source§impl Ord for MapperSessionMarker
impl Ord for MapperSessionMarker
Source§fn cmp(&self, other: &MapperSessionMarker) -> Ordering
fn cmp(&self, other: &MapperSessionMarker) -> 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 MapperSessionMarker
impl PartialEq for MapperSessionMarker
Source§impl PartialOrd for MapperSessionMarker
impl PartialOrd for MapperSessionMarker
Source§impl ProtocolMarker for MapperSessionMarker
impl ProtocolMarker for MapperSessionMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) MapperSession"
const DEBUG_NAME: &'static str = "(anonymous) MapperSession"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MapperSessionProxy
type Proxy = MapperSessionProxy
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 = MapperSessionRequestStream
type RequestStream = MapperSessionRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MapperSessionSynchronousProxy
type SynchronousProxy = MapperSessionSynchronousProxy
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 MapperSessionMarker
Auto Trait Implementations§
impl Freeze for MapperSessionMarker
impl RefUnwindSafe for MapperSessionMarker
impl Send for MapperSessionMarker
impl Sync for MapperSessionMarker
impl Unpin for MapperSessionMarker
impl UnsafeUnpin for MapperSessionMarker
impl UnwindSafe for MapperSessionMarker
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