Enum ArEntryKind
pub enum ArEntryKind {
Member,
SymbolTable,
StringTable,
Unknown,
}Expand description
Unix ar entry kind labels.
Variants§
Member
Regular archive member.
SymbolTable
Symbol table member.
StringTable
String table member.
Unknown
Unknown or unsupported ar entry kind.
Implementations§
§impl ArEntryKind
impl ArEntryKind
Trait Implementations§
§impl Clone for ArEntryKind
impl Clone for ArEntryKind
§fn clone(&self) -> ArEntryKind
fn clone(&self) -> ArEntryKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ArEntryKind
impl Debug for ArEntryKind
§impl Default for ArEntryKind
impl Default for ArEntryKind
§fn default() -> ArEntryKind
fn default() -> ArEntryKind
Returns the “default value” for a type. Read more
§impl Display for ArEntryKind
impl Display for ArEntryKind
§impl Hash for ArEntryKind
impl Hash for ArEntryKind
§impl Ord for ArEntryKind
impl Ord for ArEntryKind
§impl PartialEq for ArEntryKind
impl PartialEq for ArEntryKind
§impl PartialOrd for ArEntryKind
impl PartialOrd for ArEntryKind
impl Copy for ArEntryKind
impl Eq for ArEntryKind
impl StructuralPartialEq for ArEntryKind
Auto Trait Implementations§
impl Freeze for ArEntryKind
impl RefUnwindSafe for ArEntryKind
impl Send for ArEntryKind
impl Sync for ArEntryKind
impl Unpin for ArEntryKind
impl UnsafeUnpin for ArEntryKind
impl UnwindSafe for ArEntryKind
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