pub struct DecoderDictionary<'a> {
ddict: DDict<'a>,
}
Expand description
Prepared dictionary for decompression
Fields§
§ddict: DDict<'a>
Implementations§
Source§impl DecoderDictionary<'static>
impl DecoderDictionary<'static>
Auto Trait Implementations§
impl<'a> Freeze for DecoderDictionary<'a>
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§
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