pub enum Nargs {
None,
Count(usize),
Remainder,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nargs
impl RefUnwindSafe for Nargs
impl Send for Nargs
impl Sync for Nargs
impl Unpin for Nargs
impl UnwindSafe for Nargs
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