pub struct ConfigServiceMarker;
Trait Implementations§
source§impl Clone for ConfigServiceMarker
impl Clone for ConfigServiceMarker
source§fn clone(&self) -> ConfigServiceMarker
fn clone(&self) -> ConfigServiceMarker
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 ConfigServiceMarker
impl Debug for ConfigServiceMarker
source§impl Hash for ConfigServiceMarker
impl Hash for ConfigServiceMarker
source§impl Ord for ConfigServiceMarker
impl Ord for ConfigServiceMarker
source§fn cmp(&self, other: &ConfigServiceMarker) -> Ordering
fn cmp(&self, other: &ConfigServiceMarker) -> 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 ConfigServiceMarker
impl PartialEq for ConfigServiceMarker
source§fn eq(&self, other: &ConfigServiceMarker) -> bool
fn eq(&self, other: &ConfigServiceMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ConfigServiceMarker
impl PartialOrd for ConfigServiceMarker
source§fn partial_cmp(&self, other: &ConfigServiceMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &ConfigServiceMarker) -> 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 ServiceMarker for ConfigServiceMarker
impl ServiceMarker for ConfigServiceMarker
§type Proxy = ConfigServiceProxy
type Proxy = ConfigServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
§type Request = ConfigServiceRequest
type Request = ConfigServiceRequest
The request type for this particular FIDL service.
source§const SERVICE_NAME: &'static str = "test.structuredconfig.receiver.shim.ConfigService"
const SERVICE_NAME: &'static str = "test.structuredconfig.receiver.shim.ConfigService"
The name of the service. Used for service lookup and discovery.
impl Copy for ConfigServiceMarker
impl Eq for ConfigServiceMarker
impl StructuralEq for ConfigServiceMarker
impl StructuralPartialEq for ConfigServiceMarker
Auto Trait Implementations§
impl RefUnwindSafe for ConfigServiceMarker
impl Send for ConfigServiceMarker
impl Sync for ConfigServiceMarker
impl Unpin for ConfigServiceMarker
impl UnwindSafe for ConfigServiceMarker
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