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