Enum brotli::BrotliResult
source · #[repr(C)]pub enum BrotliResult {
ResultSuccess,
NeedsMoreInput,
NeedsMoreOutput,
ResultFailure,
}
Variants§
Trait Implementations§
source§impl Debug for BrotliResult
impl Debug for BrotliResult
source§impl From<BrotliResult> for BrotliDecoderResult
impl From<BrotliResult> for BrotliDecoderResult
source§fn from(r: BrotliResult) -> BrotliDecoderResult
fn from(r: BrotliResult) -> BrotliDecoderResult
Converts to this type from the input type.
Auto Trait Implementations§
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