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