pub struct UnknownArgumentError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnknownArgumentError
impl RefUnwindSafe for UnknownArgumentError
impl Send for UnknownArgumentError
impl Sync for UnknownArgumentError
impl Unpin for UnknownArgumentError
impl UnwindSafe for UnknownArgumentError
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