pub struct ServiceMarker;
Trait Implementations§
Source§impl Clone for ServiceMarker
impl Clone for ServiceMarker
Source§fn clone(&self) -> ServiceMarker
fn clone(&self) -> ServiceMarker
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 ServiceMarker
impl Debug for ServiceMarker
Source§impl Hash for ServiceMarker
impl Hash for ServiceMarker
Source§impl Ord for ServiceMarker
impl Ord for ServiceMarker
Source§fn cmp(&self, other: &ServiceMarker) -> Ordering
fn cmp(&self, other: &ServiceMarker) -> 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 ServiceMarker
impl PartialEq for ServiceMarker
Source§impl PartialOrd for ServiceMarker
impl PartialOrd for ServiceMarker
Source§impl ServiceMarker for ServiceMarker
impl ServiceMarker for ServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.nodegroup.test.Service"
const SERVICE_NAME: &'static str = "fuchsia.nodegroup.test.Service"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = ServiceProxy
type Proxy = ServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = ServiceRequest
type Request = ServiceRequest
The request type for this particular FIDL service.
impl Copy for ServiceMarker
impl Eq for ServiceMarker
impl StructuralPartialEq for ServiceMarker
Auto Trait Implementations§
impl Freeze for ServiceMarker
impl RefUnwindSafe for ServiceMarker
impl Send for ServiceMarker
impl Sync for ServiceMarker
impl Unpin for ServiceMarker
impl UnwindSafe for ServiceMarker
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
)