pub enum EventSize {
XS,
S,
M,
L,
XL,
XXL,
}Expand description
T-shirt sizing of events
Variants§
Trait Implementations§
impl Copy for EventSize
impl Eq for EventSize
impl StructuralPartialEq for EventSize
Auto Trait Implementations§
impl Freeze for EventSize
impl RefUnwindSafe for EventSize
impl Send for EventSize
impl Sync for EventSize
impl Unpin for EventSize
impl UnsafeUnpin for EventSize
impl UnwindSafe for EventSize
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