pub enum ArgCount {
One,
Two,
Atleast(u32),
}
Variants§
Implementations§
Trait Implementations§
impl Copy for ArgCount
Auto Trait Implementations§
impl Freeze for ArgCount
impl RefUnwindSafe for ArgCount
impl Send for ArgCount
impl Sync for ArgCount
impl Unpin for ArgCount
impl UnwindSafe for ArgCount
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