pub struct ArchiveAccessorMarker;
Trait Implementations§
source§impl Clone for ArchiveAccessorMarker
impl Clone for ArchiveAccessorMarker
source§fn clone(&self) -> ArchiveAccessorMarker
fn clone(&self) -> ArchiveAccessorMarker
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 ArchiveAccessorMarker
impl Debug for ArchiveAccessorMarker
source§impl DiscoverableProtocolMarker for ArchiveAccessorMarker
impl DiscoverableProtocolMarker for ArchiveAccessorMarker
§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 ArchiveAccessorMarker
impl Hash for ArchiveAccessorMarker
source§impl Ord for ArchiveAccessorMarker
impl Ord for ArchiveAccessorMarker
source§fn cmp(&self, other: &ArchiveAccessorMarker) -> Ordering
fn cmp(&self, other: &ArchiveAccessorMarker) -> 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<ArchiveAccessorMarker> for ArchiveAccessorMarker
impl PartialEq<ArchiveAccessorMarker> for ArchiveAccessorMarker
source§fn eq(&self, other: &ArchiveAccessorMarker) -> bool
fn eq(&self, other: &ArchiveAccessorMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ArchiveAccessorMarker> for ArchiveAccessorMarker
impl PartialOrd<ArchiveAccessorMarker> for ArchiveAccessorMarker
source§fn partial_cmp(&self, other: &ArchiveAccessorMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &ArchiveAccessorMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for ArchiveAccessorMarker
impl ProtocolMarker for ArchiveAccessorMarker
§type Proxy = ArchiveAccessorProxy
type Proxy = ArchiveAccessorProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = ArchiveAccessorRequestStream
type RequestStream = ArchiveAccessorRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "fuchsia.diagnostics.ArchiveAccessor"
const DEBUG_NAME: &'static str = "fuchsia.diagnostics.ArchiveAccessor"
The name of the protocol suitable for debug purposes. Read more