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