pub enum BrotliRunningTreeGroupState {
BROTLI_STATE_TREE_GROUP_NONE,
BROTLI_STATE_TREE_GROUP_LOOP,
}Variants§
Auto Trait Implementations§
impl Freeze for BrotliRunningTreeGroupState
impl RefUnwindSafe for BrotliRunningTreeGroupState
impl Send for BrotliRunningTreeGroupState
impl Sync for BrotliRunningTreeGroupState
impl Unpin for BrotliRunningTreeGroupState
impl UnsafeUnpin for BrotliRunningTreeGroupState
impl UnwindSafe for BrotliRunningTreeGroupState
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