pub struct PreviousBootDataProviderMarker;Trait Implementations§
Source§impl Clone for PreviousBootDataProviderMarker
impl Clone for PreviousBootDataProviderMarker
Source§fn clone(&self) -> PreviousBootDataProviderMarker
fn clone(&self) -> PreviousBootDataProviderMarker
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 moreimpl Copy for PreviousBootDataProviderMarker
Source§impl DiscoverableProtocolMarker for PreviousBootDataProviderMarker
impl DiscoverableProtocolMarker for PreviousBootDataProviderMarker
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).
impl Eq for PreviousBootDataProviderMarker
Source§impl Ord for PreviousBootDataProviderMarker
impl Ord for PreviousBootDataProviderMarker
Source§fn cmp(&self, other: &PreviousBootDataProviderMarker) -> Ordering
fn cmp(&self, other: &PreviousBootDataProviderMarker) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for PreviousBootDataProviderMarker
impl PartialOrd for PreviousBootDataProviderMarker
Source§impl ProtocolMarker for PreviousBootDataProviderMarker
impl ProtocolMarker for PreviousBootDataProviderMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.diagnostics.persistence.PreviousBootDataProvider"
const DEBUG_NAME: &'static str = "fuchsia.diagnostics.persistence.PreviousBootDataProvider"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PreviousBootDataProviderProxy
type Proxy = PreviousBootDataProviderProxy
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 = PreviousBootDataProviderRequestStream
type RequestStream = PreviousBootDataProviderRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = PreviousBootDataProviderSynchronousProxy
type SynchronousProxy = PreviousBootDataProviderSynchronousProxy
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 StructuralPartialEq for PreviousBootDataProviderMarker
Auto Trait Implementations§
impl Freeze for PreviousBootDataProviderMarker
impl RefUnwindSafe for PreviousBootDataProviderMarker
impl Send for PreviousBootDataProviderMarker
impl Sync for PreviousBootDataProviderMarker
impl Unpin for PreviousBootDataProviderMarker
impl UnsafeUnpin for PreviousBootDataProviderMarker
impl UnwindSafe for PreviousBootDataProviderMarker
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