pub enum Sports {
BASKETBALL,
FOOTBALL,
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for Sports
Auto Trait Implementations§
impl Freeze for Sports
impl RefUnwindSafe for Sports
impl Send for Sports
impl Sync for Sports
impl Unpin for Sports
impl UnsafeUnpin for Sports
impl UnwindSafe for Sports
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