Enum brotli_decompressor::reader::BrotliResult
source · [−]#[repr(C)]
pub enum BrotliResult {
ResultSuccess,
NeedsMoreInput,
NeedsMoreOutput,
ResultFailure,
}
Variants
ResultSuccess
NeedsMoreInput
NeedsMoreOutput
ResultFailure
Trait Implementations
sourceimpl Debug for BrotliResult
impl Debug for BrotliResult
sourceimpl From<BrotliResult> for BrotliDecoderResult
impl From<BrotliResult> for BrotliDecoderResult
sourcefn from(r: BrotliResult) -> Self
fn from(r: BrotliResult) -> Self
Performs the conversion.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more