pub enum UStarExtraHeader<'a> {
Posix(PosixExtraHeader<'a>),
Gnu(GnuExtraHeader),
}
Expand description
Extra header of ustar header.
Variants§
Trait Implementations§
Source§impl<'a> Debug for UStarExtraHeader<'a>
impl<'a> Debug for UStarExtraHeader<'a>
Source§impl<'a> PartialEq for UStarExtraHeader<'a>
impl<'a> PartialEq for UStarExtraHeader<'a>
impl<'a> Eq for UStarExtraHeader<'a>
impl<'a> StructuralPartialEq for UStarExtraHeader<'a>
Auto Trait Implementations§
impl<'a> Freeze for UStarExtraHeader<'a>
impl<'a> RefUnwindSafe for UStarExtraHeader<'a>
impl<'a> Send for UStarExtraHeader<'a>
impl<'a> Sync for UStarExtraHeader<'a>
impl<'a> Unpin for UStarExtraHeader<'a>
impl<'a> UnwindSafe for UStarExtraHeader<'a>
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