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