pub enum boolDelta {
Set(bool),
Toggle,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for boolDelta
impl RefUnwindSafe for boolDelta
impl Send for boolDelta
impl Sync for boolDelta
impl Unpin for boolDelta
impl UnwindSafe for boolDelta
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