pub struct XzEncoder { /* private fields */ }Available on crate feature
xz only.Expand description
Xz encoding stream
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XzEncoder
impl RefUnwindSafe for XzEncoder
impl Send for XzEncoder
impl Sync for XzEncoder
impl Unpin for XzEncoder
impl UnwindSafe for XzEncoder
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