pub struct MetricEventLoggerQuerierControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for MetricEventLoggerQuerierControlHandle
impl Clone for MetricEventLoggerQuerierControlHandle
source§fn clone(&self) -> MetricEventLoggerQuerierControlHandle
fn clone(&self) -> MetricEventLoggerQuerierControlHandle
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 ControlHandle for MetricEventLoggerQuerierControlHandle
impl ControlHandle for MetricEventLoggerQuerierControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for MetricEventLoggerQuerierControlHandle
impl Send for MetricEventLoggerQuerierControlHandle
impl Sync for MetricEventLoggerQuerierControlHandle
impl Unpin for MetricEventLoggerQuerierControlHandle
impl !UnwindSafe for MetricEventLoggerQuerierControlHandle
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