pub enum ScrubControl {
Pause,
Resume,
Status,
OnDemand,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScrubControl
impl RefUnwindSafe for ScrubControl
impl Send for ScrubControl
impl Sync for ScrubControl
impl Unpin for ScrubControl
impl UnwindSafe for ScrubControl
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