pub struct SuspenderMarker;
Trait Implementations§
Source§impl Clone for SuspenderMarker
impl Clone for SuspenderMarker
Source§fn clone(&self) -> SuspenderMarker
fn clone(&self) -> SuspenderMarker
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 SuspenderMarker
impl Debug for SuspenderMarker
Source§impl Hash for SuspenderMarker
impl Hash for SuspenderMarker
Source§impl Ord for SuspenderMarker
impl Ord for SuspenderMarker
Source§fn cmp(&self, other: &SuspenderMarker) -> Ordering
fn cmp(&self, other: &SuspenderMarker) -> 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 SuspenderMarker
impl PartialEq for SuspenderMarker
Source§impl PartialOrd for SuspenderMarker
impl PartialOrd for SuspenderMarker
Source§impl ProtocolMarker for SuspenderMarker
impl ProtocolMarker for SuspenderMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Suspender"
const DEBUG_NAME: &'static str = "(anonymous) Suspender"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SuspenderProxy
type Proxy = SuspenderProxy
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 = SuspenderRequestStream
type RequestStream = SuspenderRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SuspenderSynchronousProxy
type SynchronousProxy = SuspenderSynchronousProxy
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 SuspenderMarker
impl Eq for SuspenderMarker
impl StructuralPartialEq for SuspenderMarker
Auto Trait Implementations§
impl Freeze for SuspenderMarker
impl RefUnwindSafe for SuspenderMarker
impl Send for SuspenderMarker
impl Sync for SuspenderMarker
impl Unpin for SuspenderMarker
impl UnwindSafe for SuspenderMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)