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