pub struct SystemStateTransitionMarker;
Trait Implementations§
Source§impl Clone for SystemStateTransitionMarker
impl Clone for SystemStateTransitionMarker
Source§fn clone(&self) -> SystemStateTransitionMarker
fn clone(&self) -> SystemStateTransitionMarker
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 SystemStateTransitionMarker
impl Debug for SystemStateTransitionMarker
Source§impl DiscoverableProtocolMarker for SystemStateTransitionMarker
impl DiscoverableProtocolMarker for SystemStateTransitionMarker
§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 SystemStateTransitionMarker
impl Hash for SystemStateTransitionMarker
Source§impl Ord for SystemStateTransitionMarker
impl Ord for SystemStateTransitionMarker
Source§fn cmp(&self, other: &SystemStateTransitionMarker) -> Ordering
fn cmp(&self, other: &SystemStateTransitionMarker) -> 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 PartialOrd for SystemStateTransitionMarker
impl PartialOrd for SystemStateTransitionMarker
Source§impl ProtocolMarker for SystemStateTransitionMarker
impl ProtocolMarker for SystemStateTransitionMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.system.state.SystemStateTransition"
const DEBUG_NAME: &'static str = "fuchsia.system.state.SystemStateTransition"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SystemStateTransitionProxy
type Proxy = SystemStateTransitionProxy
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 = SystemStateTransitionRequestStream
type RequestStream = SystemStateTransitionRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SystemStateTransitionSynchronousProxy
type SynchronousProxy = SystemStateTransitionSynchronousProxy
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 SystemStateTransitionMarker
impl Eq for SystemStateTransitionMarker
impl StructuralPartialEq for SystemStateTransitionMarker
Auto Trait Implementations§
impl Freeze for SystemStateTransitionMarker
impl RefUnwindSafe for SystemStateTransitionMarker
impl Send for SystemStateTransitionMarker
impl Sync for SystemStateTransitionMarker
impl Unpin for SystemStateTransitionMarker
impl UnwindSafe for SystemStateTransitionMarker
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
)