Enum nydus_utils::logger::ErrorHolderError
source · pub enum ErrorHolderError {
TooLarge(usize),
Serde(SerdeError),
}Expand description
Error codes for ErrorHolder.
Variants§
TooLarge(usize)
Serde(SerdeError)
Trait Implementations§
Auto Trait Implementations§
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