#[non_exhaustive]pub struct IntIsNegativeError();
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntIsNegativeError
impl RefUnwindSafe for IntIsNegativeError
impl Send for IntIsNegativeError
impl Sync for IntIsNegativeError
impl Unpin for IntIsNegativeError
impl UnwindSafe for IntIsNegativeError
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