pub struct CollaborativeRebootSchedulerMarker;
Trait Implementations§
Source§impl Clone for CollaborativeRebootSchedulerMarker
impl Clone for CollaborativeRebootSchedulerMarker
Source§fn clone(&self) -> CollaborativeRebootSchedulerMarker
fn clone(&self) -> CollaborativeRebootSchedulerMarker
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 DiscoverableProtocolMarker for CollaborativeRebootSchedulerMarker
impl DiscoverableProtocolMarker for CollaborativeRebootSchedulerMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Ord for CollaborativeRebootSchedulerMarker
impl Ord for CollaborativeRebootSchedulerMarker
Source§fn cmp(&self, other: &CollaborativeRebootSchedulerMarker) -> Ordering
fn cmp(&self, other: &CollaborativeRebootSchedulerMarker) -> 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 CollaborativeRebootSchedulerMarker
impl PartialEq for CollaborativeRebootSchedulerMarker
Source§fn eq(&self, other: &CollaborativeRebootSchedulerMarker) -> bool
fn eq(&self, other: &CollaborativeRebootSchedulerMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CollaborativeRebootSchedulerMarker
impl PartialOrd for CollaborativeRebootSchedulerMarker
Source§impl ProtocolMarker for CollaborativeRebootSchedulerMarker
impl ProtocolMarker for CollaborativeRebootSchedulerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.power.internal.CollaborativeRebootScheduler"
const DEBUG_NAME: &'static str = "fuchsia.power.internal.CollaborativeRebootScheduler"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = CollaborativeRebootSchedulerProxy
type Proxy = CollaborativeRebootSchedulerProxy
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 = CollaborativeRebootSchedulerRequestStream
type RequestStream = CollaborativeRebootSchedulerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = CollaborativeRebootSchedulerSynchronousProxy
type SynchronousProxy = CollaborativeRebootSchedulerSynchronousProxy
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 CollaborativeRebootSchedulerMarker
impl Eq for CollaborativeRebootSchedulerMarker
impl StructuralPartialEq for CollaborativeRebootSchedulerMarker
Auto Trait Implementations§
impl Freeze for CollaborativeRebootSchedulerMarker
impl RefUnwindSafe for CollaborativeRebootSchedulerMarker
impl Send for CollaborativeRebootSchedulerMarker
impl Sync for CollaborativeRebootSchedulerMarker
impl Unpin for CollaborativeRebootSchedulerMarker
impl UnwindSafe for CollaborativeRebootSchedulerMarker
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