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