pub struct ReceiverMarker;
Trait Implementations§
source§impl Clone for ReceiverMarker
impl Clone for ReceiverMarker
source§fn clone(&self) -> ReceiverMarker
fn clone(&self) -> ReceiverMarker
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 ReceiverMarker
impl Debug for ReceiverMarker
source§impl DiscoverableProtocolMarker for ReceiverMarker
impl DiscoverableProtocolMarker for ReceiverMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
source§impl Hash for ReceiverMarker
impl Hash for ReceiverMarker
source§impl Ord for ReceiverMarker
impl Ord for ReceiverMarker
source§fn cmp(&self, other: &ReceiverMarker) -> Ordering
fn cmp(&self, other: &ReceiverMarker) -> 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 ReceiverMarker
impl PartialEq for ReceiverMarker
source§fn eq(&self, other: &ReceiverMarker) -> bool
fn eq(&self, other: &ReceiverMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ReceiverMarker
impl PartialOrd for ReceiverMarker
source§fn partial_cmp(&self, other: &ReceiverMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &ReceiverMarker) -> 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 ReceiverMarker
impl ProtocolMarker for ReceiverMarker
§type Proxy = ReceiverProxy
type Proxy = ReceiverProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = ReceiverRequestStream
type RequestStream = ReceiverRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = ReceiverSynchronousProxy
type SynchronousProxy = ReceiverSynchronousProxy
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 = "fuchsia.component.sandbox.Receiver"
const DEBUG_NAME: &'static str = "fuchsia.component.sandbox.Receiver"
The name of the protocol suitable for debug purposes. Read more
impl Copy for ReceiverMarker
impl Eq for ReceiverMarker
impl StructuralPartialEq for ReceiverMarker
Auto Trait Implementations§
impl Freeze for ReceiverMarker
impl RefUnwindSafe for ReceiverMarker
impl Send for ReceiverMarker
impl Sync for ReceiverMarker
impl Unpin for ReceiverMarker
impl UnwindSafe for ReceiverMarker
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)