pub enum LoadingSize {
Small,
Medium,
Large,
}Variants§
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