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