pub enum UvarError {
Overflow,
Underflow,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UvarError
impl RefUnwindSafe for UvarError
impl Send for UvarError
impl Sync for UvarError
impl Unpin for UvarError
impl UnwindSafe for UvarError
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