pub struct ActivityGovernorListenerMarker;
Trait Implementations§
Source§impl Clone for ActivityGovernorListenerMarker
impl Clone for ActivityGovernorListenerMarker
Source§fn clone(&self) -> ActivityGovernorListenerMarker
fn clone(&self) -> ActivityGovernorListenerMarker
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 Ord for ActivityGovernorListenerMarker
impl Ord for ActivityGovernorListenerMarker
Source§fn cmp(&self, other: &ActivityGovernorListenerMarker) -> Ordering
fn cmp(&self, other: &ActivityGovernorListenerMarker) -> 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 ActivityGovernorListenerMarker
impl PartialEq for ActivityGovernorListenerMarker
Source§fn eq(&self, other: &ActivityGovernorListenerMarker) -> bool
fn eq(&self, other: &ActivityGovernorListenerMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ActivityGovernorListenerMarker
impl PartialOrd for ActivityGovernorListenerMarker
Source§impl ProtocolMarker for ActivityGovernorListenerMarker
impl ProtocolMarker for ActivityGovernorListenerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ActivityGovernorListener"
const DEBUG_NAME: &'static str = "(anonymous) ActivityGovernorListener"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ActivityGovernorListenerProxy
type Proxy = ActivityGovernorListenerProxy
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 = ActivityGovernorListenerRequestStream
type RequestStream = ActivityGovernorListenerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ActivityGovernorListenerSynchronousProxy
type SynchronousProxy = ActivityGovernorListenerSynchronousProxy
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 ActivityGovernorListenerMarker
impl Eq for ActivityGovernorListenerMarker
impl StructuralPartialEq for ActivityGovernorListenerMarker
Auto Trait Implementations§
impl Freeze for ActivityGovernorListenerMarker
impl RefUnwindSafe for ActivityGovernorListenerMarker
impl Send for ActivityGovernorListenerMarker
impl Sync for ActivityGovernorListenerMarker
impl Unpin for ActivityGovernorListenerMarker
impl UnwindSafe for ActivityGovernorListenerMarker
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