pub struct TargetServiceMarker;Trait Implementations§
Source§impl Clone for TargetServiceMarker
impl Clone for TargetServiceMarker
Source§fn clone(&self) -> TargetServiceMarker
fn clone(&self) -> TargetServiceMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TargetServiceMarker
impl Debug for TargetServiceMarker
Source§impl Hash for TargetServiceMarker
impl Hash for TargetServiceMarker
Source§impl Ord for TargetServiceMarker
impl Ord for TargetServiceMarker
Source§fn cmp(&self, other: &TargetServiceMarker) -> Ordering
fn cmp(&self, other: &TargetServiceMarker) -> Ordering
1.21.0 (const: unstable) · 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 TargetServiceMarker
impl PartialEq for TargetServiceMarker
Source§fn eq(&self, other: &TargetServiceMarker) -> bool
fn eq(&self, other: &TargetServiceMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TargetServiceMarker
impl PartialOrd for TargetServiceMarker
Source§impl ServiceMarker for TargetServiceMarker
Available on Fuchsia only.
impl ServiceMarker for TargetServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.spmi.TargetService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.spmi.TargetService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = TargetServiceProxy
type Proxy = TargetServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = TargetServiceRequest
type Request = TargetServiceRequest
The request type for this particular FIDL service.
impl Copy for TargetServiceMarker
impl Eq for TargetServiceMarker
impl StructuralPartialEq for TargetServiceMarker
Auto Trait Implementations§
impl Freeze for TargetServiceMarker
impl RefUnwindSafe for TargetServiceMarker
impl Send for TargetServiceMarker
impl Sync for TargetServiceMarker
impl Unpin for TargetServiceMarker
impl UnsafeUnpin for TargetServiceMarker
impl UnwindSafe for TargetServiceMarker
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