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