pub enum SelectSize {
Small,
Medium,
Large,
}Variants§
Auto Trait Implementations§
impl Freeze for SelectSize
impl RefUnwindSafe for SelectSize
impl Send for SelectSize
impl Sync for SelectSize
impl Unpin for SelectSize
impl UnwindSafe for SelectSize
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