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