pub struct TrustedFlatlandMarker;Trait Implementations§
Source§impl Clone for TrustedFlatlandMarker
impl Clone for TrustedFlatlandMarker
Source§fn clone(&self) -> TrustedFlatlandMarker
fn clone(&self) -> TrustedFlatlandMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrustedFlatlandMarker
impl Debug for TrustedFlatlandMarker
Source§impl Hash for TrustedFlatlandMarker
impl Hash for TrustedFlatlandMarker
Source§impl Ord for TrustedFlatlandMarker
impl Ord for TrustedFlatlandMarker
Source§fn cmp(&self, other: &TrustedFlatlandMarker) -> Ordering
fn cmp(&self, other: &TrustedFlatlandMarker) -> Ordering
1.21.0 · 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
Source§impl PartialEq for TrustedFlatlandMarker
impl PartialEq for TrustedFlatlandMarker
Source§impl PartialOrd for TrustedFlatlandMarker
impl PartialOrd for TrustedFlatlandMarker
Source§impl ProtocolMarker for TrustedFlatlandMarker
impl ProtocolMarker for TrustedFlatlandMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) TrustedFlatland"
const DEBUG_NAME: &'static str = "(anonymous) TrustedFlatland"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = TrustedFlatlandProxy
type Proxy = TrustedFlatlandProxy
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 = TrustedFlatlandRequestStream
type RequestStream = TrustedFlatlandRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = TrustedFlatlandSynchronousProxy
type SynchronousProxy = TrustedFlatlandSynchronousProxy
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 Copy for TrustedFlatlandMarker
impl Eq for TrustedFlatlandMarker
impl StructuralPartialEq for TrustedFlatlandMarker
Auto Trait Implementations§
impl Freeze for TrustedFlatlandMarker
impl RefUnwindSafe for TrustedFlatlandMarker
impl Send for TrustedFlatlandMarker
impl Sync for TrustedFlatlandMarker
impl Unpin for TrustedFlatlandMarker
impl UnwindSafe for TrustedFlatlandMarker
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