pub struct TarFileType(/* private fields */);Trait Implementations§
Source§impl Debug for TarFileType
impl Debug for TarFileType
Auto Trait Implementations§
impl Freeze for TarFileType
impl RefUnwindSafe for TarFileType
impl Send for TarFileType
impl Sync for TarFileType
impl Unpin for TarFileType
impl UnwindSafe for TarFileType
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