pub struct UnknownInteractionsAjarProtocolMarker;Trait Implementations§
Source§impl Clone for UnknownInteractionsAjarProtocolMarker
 
impl Clone for UnknownInteractionsAjarProtocolMarker
Source§fn clone(&self) -> UnknownInteractionsAjarProtocolMarker
 
fn clone(&self) -> UnknownInteractionsAjarProtocolMarker
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 Ord for UnknownInteractionsAjarProtocolMarker
 
impl Ord for UnknownInteractionsAjarProtocolMarker
Source§fn cmp(&self, other: &UnknownInteractionsAjarProtocolMarker) -> Ordering
 
fn cmp(&self, other: &UnknownInteractionsAjarProtocolMarker) -> 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 UnknownInteractionsAjarProtocolMarker
 
impl PartialEq for UnknownInteractionsAjarProtocolMarker
Source§fn eq(&self, other: &UnknownInteractionsAjarProtocolMarker) -> bool
 
fn eq(&self, other: &UnknownInteractionsAjarProtocolMarker) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UnknownInteractionsAjarProtocolMarker
 
impl PartialOrd for UnknownInteractionsAjarProtocolMarker
Source§impl ProtocolMarker for UnknownInteractionsAjarProtocolMarker
 
impl ProtocolMarker for UnknownInteractionsAjarProtocolMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) UnknownInteractionsAjarProtocol"
 
const DEBUG_NAME: &'static str = "(anonymous) UnknownInteractionsAjarProtocol"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UnknownInteractionsAjarProtocolProxy
 
type Proxy = UnknownInteractionsAjarProtocolProxy
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 = UnknownInteractionsAjarProtocolRequestStream
 
type RequestStream = UnknownInteractionsAjarProtocolRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UnknownInteractionsAjarProtocolSynchronousProxy
 
type SynchronousProxy = UnknownInteractionsAjarProtocolSynchronousProxy
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 UnknownInteractionsAjarProtocolMarker
impl Eq for UnknownInteractionsAjarProtocolMarker
impl StructuralPartialEq for UnknownInteractionsAjarProtocolMarker
Auto Trait Implementations§
impl Freeze for UnknownInteractionsAjarProtocolMarker
impl RefUnwindSafe for UnknownInteractionsAjarProtocolMarker
impl Send for UnknownInteractionsAjarProtocolMarker
impl Sync for UnknownInteractionsAjarProtocolMarker
impl Unpin for UnknownInteractionsAjarProtocolMarker
impl UnwindSafe for UnknownInteractionsAjarProtocolMarker
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