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