pub enum Clutch {
Disengaged,
Engaged,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Clutch
impl RefUnwindSafe for Clutch
impl Send for Clutch
impl Sync for Clutch
impl Unpin for Clutch
impl UnwindSafe for Clutch
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