pub enum BottomButton {
Main,
Secondary,
}Expand description
Identifies which bottom button to operate on.
Variants§
Trait Implementations§
Source§impl Clone for BottomButton
impl Clone for BottomButton
Source§fn clone(&self) -> BottomButton
fn clone(&self) -> BottomButton
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 BottomButton
impl Debug for BottomButton
impl Copy for BottomButton
Auto Trait Implementations§
impl Freeze for BottomButton
impl RefUnwindSafe for BottomButton
impl Send for BottomButton
impl Sync for BottomButton
impl Unpin for BottomButton
impl UnwindSafe for BottomButton
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