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