pub struct TarZstd;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TarZstd
impl RefUnwindSafe for TarZstd
impl Send for TarZstd
impl Sync for TarZstd
impl Unpin for TarZstd
impl UnwindSafe for TarZstd
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