pub enum Vertical {
Bottom,
Center,
Top,
}
Expand description
Vertical position of the key
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vertical
impl RefUnwindSafe for Vertical
impl Send for Vertical
impl Sync for Vertical
impl Unpin for Vertical
impl UnwindSafe for Vertical
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