pub enum ButtonType {
Primary,
Secondary,
Negative,
Positive,
Information,
}Variants§
Trait Implementations§
Source§impl Clone for ButtonType
impl Clone for ButtonType
Source§fn clone(&self) -> ButtonType
fn clone(&self) -> ButtonType
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 Default for ButtonType
impl Default for ButtonType
Source§impl PartialEq for ButtonType
impl PartialEq for ButtonType
impl StructuralPartialEq for ButtonType
Auto Trait Implementations§
impl Freeze for ButtonType
impl RefUnwindSafe for ButtonType
impl Send for ButtonType
impl Sync for ButtonType
impl Unpin 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