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