pub struct FanMarker;Trait Implementations§
impl Copy for FanMarker
impl Eq for FanMarker
Source§impl Ord for FanMarker
impl Ord for FanMarker
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
Source§impl PartialOrd for FanMarker
impl PartialOrd for FanMarker
Source§impl ProtocolMarker for FanMarker
impl ProtocolMarker for FanMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Fan"
const DEBUG_NAME: &'static str = "(anonymous) Fan"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = FanProxy
type Proxy = FanProxy
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 = FanRequestStream
type RequestStream = FanRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = FanSynchronousProxy
type SynchronousProxy = FanSynchronousProxy
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 FanMarker
Auto Trait Implementations§
impl Freeze for FanMarker
impl RefUnwindSafe for FanMarker
impl Send for FanMarker
impl Sync for FanMarker
impl Unpin for FanMarker
impl UnsafeUnpin for FanMarker
impl UnwindSafe for FanMarker
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