pub enum ScrubAggression {
Aggressive,
Lazy,
Normal,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ScrubAggression
impl RefUnwindSafe for ScrubAggression
impl Send for ScrubAggression
impl Sync for ScrubAggression
impl Unpin for ScrubAggression
impl UnwindSafe for ScrubAggression
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