Enum brotli::BrotliResult
source · #[repr(C)]pub enum BrotliResult {
ResultSuccess = 1,
NeedsMoreInput = 2,
NeedsMoreOutput = 3,
ResultFailure = 0,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BrotliResult
impl RefUnwindSafe for BrotliResult
impl Send for BrotliResult
impl Sync for BrotliResult
impl Unpin for BrotliResult
impl UnwindSafe for BrotliResult
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