Struct nydus_error::logger::ErrorHolder
source · [−]pub struct ErrorHolder { /* private fields */ }Expand description
Struct to record important or critical events or errors in circular buffer mode.
Implementations
sourceimpl ErrorHolder
impl ErrorHolder
Trait Implementations
sourceimpl Debug for ErrorHolder
impl Debug for ErrorHolder
sourceimpl Default for ErrorHolder
impl Default for ErrorHolder
sourcefn default() -> ErrorHolder
fn default() -> ErrorHolder
Returns the “default value” for a type. Read more
sourceimpl Serialize for ErrorHolder
impl Serialize for ErrorHolder
Auto Trait Implementations
impl RefUnwindSafe for ErrorHolder
impl Send for ErrorHolder
impl Sync for ErrorHolder
impl Unpin for ErrorHolder
impl UnwindSafe for ErrorHolder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more