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