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