pub enum UpdateMenuType {
Dropdown,
Buttons,
}
Expand description
Determines whether the buttons are accessible via a dropdown menu or whether the buttons are stacked horizontally or vertically
Default: “dropdown”
Variants§
Trait Implementations§
Source§impl Clone for UpdateMenuType
impl Clone for UpdateMenuType
Source§fn clone(&self) -> UpdateMenuType
fn clone(&self) -> UpdateMenuType
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 UpdateMenuType
impl Debug for UpdateMenuType
Auto Trait Implementations§
impl Freeze for UpdateMenuType
impl RefUnwindSafe for UpdateMenuType
impl Send for UpdateMenuType
impl Sync for UpdateMenuType
impl Unpin for UpdateMenuType
impl UnwindSafe for UpdateMenuType
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