pub enum ButtonSize {
Xs,
Sm,
Md,
Lg,
Xl,
}
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 moreAuto Trait Implementations§
impl Freeze for ButtonSize
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