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