pub enum NapAmount {
N(u8),
X,
AMAYL,
}Variants§
Trait Implementations§
impl Copy for NapAmount
impl Eq for NapAmount
impl StructuralPartialEq for NapAmount
Auto Trait Implementations§
impl Freeze for NapAmount
impl RefUnwindSafe for NapAmount
impl Send for NapAmount
impl Sync for NapAmount
impl Unpin for NapAmount
impl UnwindSafe for NapAmount
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