pub struct LongStatistics { /* private fields */ }
Trait Implementations§
Source§impl Debug for LongStatistics
impl Debug for LongStatistics
Auto Trait Implementations§
impl Freeze for LongStatistics
impl RefUnwindSafe for LongStatistics
impl Send for LongStatistics
impl Sync for LongStatistics
impl Unpin for LongStatistics
impl UnwindSafe for LongStatistics
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