pub enum ButtonType {
Push,
Toggle,
}Variants§
Trait Implementations§
Source§impl Default for ButtonType
impl Default for ButtonType
Source§fn default() -> ButtonType
fn default() -> ButtonType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ButtonType
impl RefUnwindSafe for ButtonType
impl Send for ButtonType
impl Sync for ButtonType
impl Unpin for ButtonType
impl UnsafeUnpin for ButtonType
impl UnwindSafe for ButtonType
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