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