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