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