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