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