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