pub enum UpDown {
Up,
Down,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for UpDown
Auto Trait Implementations§
impl Freeze for UpDown
impl RefUnwindSafe for UpDown
impl Send for UpDown
impl Sync for UpDown
impl Unpin for UpDown
impl UnwindSafe for UpDown
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