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