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