pub struct BZip2Decoder { /* private fields */ }Implementations§
Source§impl BZip2Decoder
impl BZip2Decoder
Trait Implementations§
Source§impl Debug for BZip2Decoder
impl Debug for BZip2Decoder
Source§impl Decoder for BZip2Decoder
impl Decoder for BZip2Decoder
Auto Trait Implementations§
impl Freeze for BZip2Decoder
impl RefUnwindSafe for BZip2Decoder
impl Send for BZip2Decoder
impl Sync for BZip2Decoder
impl Unpin for BZip2Decoder
impl UnwindSafe for BZip2Decoder
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