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