Enum dmat_components::components::button::ButtonType
source · pub enum ButtonType {
Elevated,
Contained,
Outlined,
Text,
}
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 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