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