pub enum MenuAlignment {
Start,
End,
}Expand description
Menu alignment options.
Variants§
Trait Implementations§
Source§impl Clone for MenuAlignment
impl Clone for MenuAlignment
Source§fn clone(&self) -> MenuAlignment
fn clone(&self) -> MenuAlignment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MenuAlignment
impl Debug for MenuAlignment
Source§impl Default for MenuAlignment
impl Default for MenuAlignment
Source§impl PartialEq for MenuAlignment
impl PartialEq for MenuAlignment
impl Copy for MenuAlignment
impl Eq for MenuAlignment
impl StructuralPartialEq for MenuAlignment
Auto Trait Implementations§
impl Freeze for MenuAlignment
impl RefUnwindSafe for MenuAlignment
impl Send for MenuAlignment
impl Sync for MenuAlignment
impl Unpin for MenuAlignment
impl UnsafeUnpin for MenuAlignment
impl UnwindSafe for MenuAlignment
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