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§impl PartialOrd for ConfigServiceMarker
impl PartialOrd for ConfigServiceMarker
Source§impl ServiceMarker for ConfigServiceMarker
impl ServiceMarker for ConfigServiceMarker
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.
Source§type Proxy = ConfigServiceProxy
type Proxy = ConfigServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = ConfigServiceRequest
type Request = ConfigServiceRequest
The request type for this particular FIDL service.
impl Copy for ConfigServiceMarker
impl Eq for ConfigServiceMarker
impl StructuralPartialEq for ConfigServiceMarker
Auto Trait Implementations§
impl Freeze for ConfigServiceMarker
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
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
)