pub struct Lz4Decompressor;Trait Implementations§
Source§impl Debug for Lz4Decompressor
impl Debug for Lz4Decompressor
Source§impl Decompressor for Lz4Decompressor
impl Decompressor for Lz4Decompressor
Source§impl Default for Lz4Decompressor
impl Default for Lz4Decompressor
Source§fn default() -> Lz4Decompressor
fn default() -> Lz4Decompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Lz4Decompressor
impl RefUnwindSafe for Lz4Decompressor
impl Send for Lz4Decompressor
impl Sync for Lz4Decompressor
impl Unpin for Lz4Decompressor
impl UnsafeUnpin for Lz4Decompressor
impl UnwindSafe for Lz4Decompressor
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