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 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 ReceiverMarker
 
impl Debug for ReceiverMarker
Source§impl DiscoverableProtocolMarker for ReceiverMarker
 
impl DiscoverableProtocolMarker for ReceiverMarker
Source§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§impl PartialOrd for ReceiverMarker
 
impl PartialOrd for ReceiverMarker
Source§impl ProtocolMarker for ReceiverMarker
 
impl ProtocolMarker for ReceiverMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.host.Receiver"
 
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.host.Receiver"
The name of the protocol suitable for debug purposes. Read more
Source§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.Source§type RequestStream = ReceiverRequestStream
 
type RequestStream = ReceiverRequestStream
The type of the stream of requests coming into a server.
Source§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.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