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