pub enum Selectdirection {
H,
V,
D,
Any,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Selectdirection
impl RefUnwindSafe for Selectdirection
impl Send for Selectdirection
impl Sync for Selectdirection
impl Unpin for Selectdirection
impl UnwindSafe for Selectdirection
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