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