pub enum ErofsEntryKind {
RegularFile,
Directory,
Symlink,
CharDevice,
BlockDevice,
Fifo,
Socket,
}Variants§
Trait Implementations§
Source§impl Clone for ErofsEntryKind
impl Clone for ErofsEntryKind
Source§fn clone(&self) -> ErofsEntryKind
fn clone(&self) -> ErofsEntryKind
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 moreimpl Copy for ErofsEntryKind
Source§impl Debug for ErofsEntryKind
impl Debug for ErofsEntryKind
impl Eq for ErofsEntryKind
Source§impl PartialEq for ErofsEntryKind
impl PartialEq for ErofsEntryKind
Source§fn eq(&self, other: &ErofsEntryKind) -> bool
fn eq(&self, other: &ErofsEntryKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ErofsEntryKind
Auto Trait Implementations§
impl Freeze for ErofsEntryKind
impl RefUnwindSafe for ErofsEntryKind
impl Send for ErofsEntryKind
impl Sync for ErofsEntryKind
impl Unpin for ErofsEntryKind
impl UnsafeUnpin for ErofsEntryKind
impl UnwindSafe for ErofsEntryKind
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