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