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