pub enum ErrorHolderError {
TooLarge(usize),
Serde(Error),
}Expand description
Error codes for ErrorHolder.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorHolderError
impl !RefUnwindSafe for ErrorHolderError
impl Send for ErrorHolderError
impl Sync for ErrorHolderError
impl Unpin for ErrorHolderError
impl !UnwindSafe for ErrorHolderError
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