pub enum EmptyChunk {
Keep,
Remove,
}
Expand description
A type representing what to do when the system has to handle an empty chunk.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyChunk
impl RefUnwindSafe for EmptyChunk
impl Send for EmptyChunk
impl Sync for EmptyChunk
impl Unpin for EmptyChunk
impl UnwindSafe for EmptyChunk
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>