pub struct ZeroError {}
Expand description
An error indicated an unexpected zero value.
Auto Trait Implementations§
impl Freeze for ZeroError
impl RefUnwindSafe for ZeroError
impl Send for ZeroError
impl Sync for ZeroError
impl Unpin for ZeroError
impl UnwindSafe for ZeroError
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