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