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