pub struct PacketStreamMarker;Trait Implementations§
Source§impl Clone for PacketStreamMarker
impl Clone for PacketStreamMarker
Source§fn clone(&self) -> PacketStreamMarker
fn clone(&self) -> PacketStreamMarker
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 PacketStreamMarker
impl Debug for PacketStreamMarker
Source§impl Hash for PacketStreamMarker
impl Hash for PacketStreamMarker
Source§impl Ord for PacketStreamMarker
impl Ord for PacketStreamMarker
Source§fn cmp(&self, other: &PacketStreamMarker) -> Ordering
fn cmp(&self, other: &PacketStreamMarker) -> 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 PacketStreamMarker
impl PartialEq for PacketStreamMarker
Source§impl PartialOrd for PacketStreamMarker
impl PartialOrd for PacketStreamMarker
Source§impl ProtocolMarker for PacketStreamMarker
impl ProtocolMarker for PacketStreamMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) PacketStream"
const DEBUG_NAME: &'static str = "(anonymous) PacketStream"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PacketStreamProxy
type Proxy = PacketStreamProxy
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 = PacketStreamRequestStream
type RequestStream = PacketStreamRequestStream
The type of the stream of requests coming into a server.
impl Copy for PacketStreamMarker
impl Eq for PacketStreamMarker
impl StructuralPartialEq for PacketStreamMarker
Auto Trait Implementations§
impl Freeze for PacketStreamMarker
impl RefUnwindSafe for PacketStreamMarker
impl Send for PacketStreamMarker
impl Sync for PacketStreamMarker
impl Unpin for PacketStreamMarker
impl UnwindSafe for PacketStreamMarker
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§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]