pub struct WouldUnderflow;
Expand description
Error returned when an operation on the node would result in an underflow.
Auto Trait Implementations§
impl Freeze for WouldUnderflow
impl RefUnwindSafe for WouldUnderflow
impl Send for WouldUnderflow
impl Sync for WouldUnderflow
impl Unpin for WouldUnderflow
impl UnwindSafe for WouldUnderflow
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