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