pub struct MetricsLoggerMarker;
Trait Implementations§
source§impl Clone for MetricsLoggerMarker
impl Clone for MetricsLoggerMarker
source§fn clone(&self) -> MetricsLoggerMarker
fn clone(&self) -> MetricsLoggerMarker
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 MetricsLoggerMarker
impl Debug for MetricsLoggerMarker
source§impl DiscoverableProtocolMarker for MetricsLoggerMarker
impl DiscoverableProtocolMarker for MetricsLoggerMarker
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 MetricsLoggerMarker
impl Hash for MetricsLoggerMarker
source§impl Ord for MetricsLoggerMarker
impl Ord for MetricsLoggerMarker
source§fn cmp(&self, other: &MetricsLoggerMarker) -> Ordering
fn cmp(&self, other: &MetricsLoggerMarker) -> 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 MetricsLoggerMarker
impl PartialEq for MetricsLoggerMarker
source§fn eq(&self, other: &MetricsLoggerMarker) -> bool
fn eq(&self, other: &MetricsLoggerMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MetricsLoggerMarker
impl PartialOrd for MetricsLoggerMarker
source§fn partial_cmp(&self, other: &MetricsLoggerMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &MetricsLoggerMarker) -> 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 MetricsLoggerMarker
impl ProtocolMarker for MetricsLoggerMarker
§type Proxy = MetricsLoggerProxy
type Proxy = MetricsLoggerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = MetricsLoggerRequestStream
type RequestStream = MetricsLoggerRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = MetricsLoggerSynchronousProxy
type SynchronousProxy = MetricsLoggerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "fuchsia.metricslogger.test.MetricsLogger"
const DEBUG_NAME: &'static str = "fuchsia.metricslogger.test.MetricsLogger"
The name of the protocol suitable for debug purposes. Read more
impl Copy for MetricsLoggerMarker
impl Eq for MetricsLoggerMarker
impl StructuralEq for MetricsLoggerMarker
impl StructuralPartialEq for MetricsLoggerMarker
Auto Trait Implementations§
impl RefUnwindSafe for MetricsLoggerMarker
impl Send for MetricsLoggerMarker
impl Sync for MetricsLoggerMarker
impl Unpin for MetricsLoggerMarker
impl UnwindSafe for MetricsLoggerMarker
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