pub enum TankType {
Single,
Double,
}Variants§
Trait Implementations§
impl Eq for TankType
impl StructuralPartialEq for TankType
Auto Trait Implementations§
impl Freeze for TankType
impl RefUnwindSafe for TankType
impl Send for TankType
impl Sync for TankType
impl Unpin for TankType
impl UnwindSafe for TankType
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