Struct zstd::dict::DecoderDictionary
source · [−]pub struct DecoderDictionary<'a> { /* private fields */ }
Expand description
Prepared dictionary for decompression
Implementations
sourceimpl DecoderDictionary<'static>
impl DecoderDictionary<'static>
sourceimpl<'a> DecoderDictionary<'a>
impl<'a> DecoderDictionary<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for DecoderDictionary<'a>
impl<'a> Send for DecoderDictionary<'a>
impl<'a> Sync for DecoderDictionary<'a>
impl<'a> Unpin for DecoderDictionary<'a>
impl<'a> UnwindSafe for DecoderDictionary<'a>
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