pub struct ArgError { /* private fields */ }
Expand description
Error on checking input arguments
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgError
impl RefUnwindSafe for ArgError
impl Send for ArgError
impl Sync for ArgError
impl Unpin for ArgError
impl UnwindSafe for ArgError
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