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