pub struct InvalidArgument { /* private fields */ }
Trait Implementations§
impl LogicError for InvalidArgument
Auto Trait Implementations§
impl Freeze for InvalidArgument
impl RefUnwindSafe for InvalidArgument
impl Send for InvalidArgument
impl Sync for InvalidArgument
impl Unpin for InvalidArgument
impl UnwindSafe for InvalidArgument
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