Enum thaw::ButtonSize
source · pub enum ButtonSize {
Tiny,
Small,
Medium,
Large,
}Variants§
Trait Implementations§
source§impl Clone for ButtonSize
impl Clone for ButtonSize
source§fn clone(&self) -> ButtonSize
fn clone(&self) -> ButtonSize
Returns a copy 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 ButtonSize
impl Default for ButtonSize
source§fn default() -> ButtonSize
fn default() -> ButtonSize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ButtonSize
impl Send for ButtonSize
impl Sync for ButtonSize
impl Unpin for ButtonSize
impl UnwindSafe for ButtonSize
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