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