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