pub struct Clean;Expand description
Clean bitmap type state - bitmap has no pending mutations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Clean
impl RefUnwindSafe for Clean
impl Send for Clean
impl Sync for Clean
impl Unpin for Clean
impl UnwindSafe for Clean
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