pub enum PaxKeyword {
}Expand description
An owned, hashable pax extended-header keyword.
Variants§
Atime
File access time.
Charset
Encoding of the following member’s file data.
Comment
Uninterpreted archive comment.
Ctime
File status-change time compatibility extension.
Gid
Numeric group identifier.
Gname
Group name.
HdrCharset
Encoding of pathname and user/group-name values.
LinkPath
Link pathname.
Mtime
File modification time.
Path
Member pathname.
Realtime(Arc<str>)
Reserved realtime.* attribute.
Security(Arc<str>)
Reserved security.* attribute.
Size
Member payload size.
Uid
Numeric user identifier.
Uname
User name.
Vendor
An implementation extension in a vendor.keyword namespace.
Trait Implementations§
Source§impl Clone for PaxKeyword
impl Clone for PaxKeyword
Source§fn clone(&self) -> PaxKeyword
fn clone(&self) -> PaxKeyword
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PaxKeyword
impl Debug for PaxKeyword
Source§impl Display for PaxKeyword
impl Display for PaxKeyword
impl Eq for PaxKeyword
Source§impl Hash for PaxKeyword
impl Hash for PaxKeyword
Source§impl PartialEq for PaxKeyword
impl PartialEq for PaxKeyword
Source§fn eq(&self, other: &PaxKeyword) -> bool
fn eq(&self, other: &PaxKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaxKeyword
Auto Trait Implementations§
impl Freeze for PaxKeyword
impl RefUnwindSafe for PaxKeyword
impl Send for PaxKeyword
impl Sync for PaxKeyword
impl Unpin for PaxKeyword
impl UnsafeUnpin for PaxKeyword
impl UnwindSafe for PaxKeyword
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