Enum cyfs_bdt::chunk::TypedChunkEncoder
source · [−]pub enum TypedChunkEncoder {
Range(RangeEncoder),
Raptor(RaptorEncoder),
}Variants
Range(RangeEncoder)
Raptor(RaptorEncoder)
Auto Trait Implementations
impl RefUnwindSafe for TypedChunkEncoder
impl Send for TypedChunkEncoder
impl Sync for TypedChunkEncoder
impl Unpin for TypedChunkEncoder
impl UnwindSafe for TypedChunkEncoder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more