Struct libflate::huffman::EncoderBuilder
source · [−]Fields
table: Vec<Code>
Implementations
Trait Implementations
sourceimpl Builder for EncoderBuilder
impl Builder for EncoderBuilder
Auto Trait Implementations
impl RefUnwindSafe for EncoderBuilder
impl Send for EncoderBuilder
impl Sync for EncoderBuilder
impl Unpin for EncoderBuilder
impl UnwindSafe for EncoderBuilder
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