pub struct DictionaryDecoder { /* private fields */ }
Expand description
Wraps zstd::dict::DecoderDictionary. No need to wrap this in Arc; its internals are already wrapped in Arc.
Implementations§
Trait Implementations§
Source§impl Clone for DictionaryDecoder
impl Clone for DictionaryDecoder
Source§fn clone(&self) -> DictionaryDecoder
fn clone(&self) -> DictionaryDecoder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DictionaryDecoder
impl Debug for DictionaryDecoder
Auto Trait Implementations§
impl Freeze for DictionaryDecoder
impl !RefUnwindSafe for DictionaryDecoder
impl Send for DictionaryDecoder
impl Sync for DictionaryDecoder
impl Unpin for DictionaryDecoder
impl !UnwindSafe for DictionaryDecoder
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