Enum iroh_blobs::store::GcMarkEvent
source · pub enum GcMarkEvent {
CustomDebug(String),
CustomWarning(String, Option<Error>),
Error(Error),
}
Expand description
An event related to GC
Variants§
CustomDebug(String)
A custom event (info)
CustomWarning(String, Option<Error>)
A custom non critical error
Error(Error)
An unrecoverable error during GC
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcMarkEvent
impl RefUnwindSafe for GcMarkEvent
impl Send for GcMarkEvent
impl Sync for GcMarkEvent
impl Unpin for GcMarkEvent
impl UnwindSafe for GcMarkEvent
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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