pub struct StatsBw;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsBw
impl RefUnwindSafe for StatsBw
impl Send for StatsBw
impl Sync for StatsBw
impl Unpin for StatsBw
impl UnwindSafe for StatsBw
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