pub struct StreamSuspenderMarker;
Trait Implementations§
source§impl Clone for StreamSuspenderMarker
impl Clone for StreamSuspenderMarker
source§fn clone(&self) -> StreamSuspenderMarker
fn clone(&self) -> StreamSuspenderMarker
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 StreamSuspenderMarker
impl Debug for StreamSuspenderMarker
source§impl Hash for StreamSuspenderMarker
impl Hash for StreamSuspenderMarker
source§impl Ord for StreamSuspenderMarker
impl Ord for StreamSuspenderMarker
source§fn cmp(&self, other: &StreamSuspenderMarker) -> Ordering
fn cmp(&self, other: &StreamSuspenderMarker) -> 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 StreamSuspenderMarker
impl PartialEq for StreamSuspenderMarker
source§fn eq(&self, other: &StreamSuspenderMarker) -> bool
fn eq(&self, other: &StreamSuspenderMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for StreamSuspenderMarker
impl PartialOrd for StreamSuspenderMarker
source§fn partial_cmp(&self, other: &StreamSuspenderMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &StreamSuspenderMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for StreamSuspenderMarker
impl ProtocolMarker for StreamSuspenderMarker
§type Proxy = StreamSuspenderProxy
type Proxy = StreamSuspenderProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = StreamSuspenderRequestStream
type RequestStream = StreamSuspenderRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = StreamSuspenderSynchronousProxy
type SynchronousProxy = StreamSuspenderSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) StreamSuspender"
const DEBUG_NAME: &'static str = "(anonymous) StreamSuspender"
The name of the protocol suitable for debug purposes. Read more
impl Copy for StreamSuspenderMarker
impl Eq for StreamSuspenderMarker
impl StructuralEq for StreamSuspenderMarker
impl StructuralPartialEq for StreamSuspenderMarker
Auto Trait Implementations§
impl RefUnwindSafe for StreamSuspenderMarker
impl Send for StreamSuspenderMarker
impl Sync for StreamSuspenderMarker
impl Unpin for StreamSuspenderMarker
impl UnwindSafe for StreamSuspenderMarker
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