pub enum SwitchSize {
Small,
Medium,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for SwitchSize
impl Clone for SwitchSize
Source§fn clone(&self) -> SwitchSize
fn clone(&self) -> SwitchSize
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 SwitchSize
impl Debug for SwitchSize
Source§impl PartialEq for SwitchSize
impl PartialEq for SwitchSize
impl Copy for SwitchSize
impl StructuralPartialEq for SwitchSize
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