pub struct WakeGroupMarker;
Trait Implementations§
Source§impl Clone for WakeGroupMarker
impl Clone for WakeGroupMarker
Source§fn clone(&self) -> WakeGroupMarker
fn clone(&self) -> WakeGroupMarker
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 WakeGroupMarker
impl Debug for WakeGroupMarker
Source§impl Hash for WakeGroupMarker
impl Hash for WakeGroupMarker
Source§impl Ord for WakeGroupMarker
impl Ord for WakeGroupMarker
Source§fn cmp(&self, other: &WakeGroupMarker) -> Ordering
fn cmp(&self, other: &WakeGroupMarker) -> 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 WakeGroupMarker
impl PartialEq for WakeGroupMarker
Source§impl PartialOrd for WakeGroupMarker
impl PartialOrd for WakeGroupMarker
Source§impl ProtocolMarker for WakeGroupMarker
impl ProtocolMarker for WakeGroupMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) WakeGroup"
const DEBUG_NAME: &'static str = "(anonymous) WakeGroup"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = WakeGroupProxy
type Proxy = WakeGroupProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = WakeGroupRequestStream
type RequestStream = WakeGroupRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = WakeGroupSynchronousProxy
type SynchronousProxy = WakeGroupSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for WakeGroupMarker
impl Eq for WakeGroupMarker
impl StructuralPartialEq for WakeGroupMarker
Auto Trait Implementations§
impl Freeze for WakeGroupMarker
impl RefUnwindSafe for WakeGroupMarker
impl Send for WakeGroupMarker
impl Sync for WakeGroupMarker
impl Unpin for WakeGroupMarker
impl UnwindSafe for WakeGroupMarker
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