pub struct ModuleCounters { /* private fields */ }Trait Implementations§
Source§impl Clone for ModuleCounters
impl Clone for ModuleCounters
Source§fn clone(&self) -> ModuleCounters
fn clone(&self) -> ModuleCounters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleCounters
impl Debug for ModuleCounters
Auto Trait Implementations§
impl Freeze for ModuleCounters
impl RefUnwindSafe for ModuleCounters
impl Send for ModuleCounters
impl Sync for ModuleCounters
impl Unpin for ModuleCounters
impl UnsafeUnpin for ModuleCounters
impl UnwindSafe for ModuleCounters
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