pub enum LoadingSize {
Small,
Medium,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for LoadingSize
impl Clone for LoadingSize
Source§fn clone(&self) -> LoadingSize
fn clone(&self) -> LoadingSize
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 Debug for LoadingSize
impl Debug for LoadingSize
Source§impl PartialEq for LoadingSize
impl PartialEq for LoadingSize
impl Copy for LoadingSize
impl StructuralPartialEq for LoadingSize
Auto Trait Implementations§
impl Freeze for LoadingSize
impl RefUnwindSafe for LoadingSize
impl Send for LoadingSize
impl Sync for LoadingSize
impl Unpin for LoadingSize
impl UnwindSafe for LoadingSize
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