pub enum ZeroioError {
AllocationSizeMismatch,
FillOverrun,
}
Variants§
Trait Implementations§
Source§impl Debug for ZeroioError
impl Debug for ZeroioError
Auto Trait Implementations§
impl Freeze for ZeroioError
impl RefUnwindSafe for ZeroioError
impl Send for ZeroioError
impl Sync for ZeroioError
impl Unpin for ZeroioError
impl UnwindSafe for ZeroioError
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