pub struct NoArg;Expand description
No Arg (for “input-stmt”, “output-stmt”).
Trait Implementations§
impl StructuralPartialEq for NoArg
Auto Trait Implementations§
impl Freeze for NoArg
impl RefUnwindSafe for NoArg
impl Send for NoArg
impl Sync for NoArg
impl Unpin for NoArg
impl UnwindSafe for NoArg
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