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 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