Enum brotli_decompressor::state::WhichTreeGroup
source · pub enum WhichTreeGroup {
LITERAL,
INSERT_COPY,
DISTANCE,
}
Variants§
Auto Trait Implementations§
impl Freeze for WhichTreeGroup
impl RefUnwindSafe for WhichTreeGroup
impl Send for WhichTreeGroup
impl Sync for WhichTreeGroup
impl Unpin for WhichTreeGroup
impl UnwindSafe for WhichTreeGroup
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