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