Enum webc::v1::FsEntryType
source · pub enum FsEntryType {
File,
Dir,
}
Expand description
Whether the file is a directory or a file
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FsEntryType
impl Clone for FsEntryType
source§fn clone(&self) -> FsEntryType
fn clone(&self) -> FsEntryType
Returns a copy 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 moresource§impl Debug for FsEntryType
impl Debug for FsEntryType
source§impl Hash for FsEntryType
impl Hash for FsEntryType
source§impl Ord for FsEntryType
impl Ord for FsEntryType
source§fn cmp(&self, other: &FsEntryType) -> Ordering
fn cmp(&self, other: &FsEntryType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<FsEntryType> for FsEntryType
impl PartialEq<FsEntryType> for FsEntryType
source§fn eq(&self, other: &FsEntryType) -> bool
fn eq(&self, other: &FsEntryType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FsEntryType> for FsEntryType
impl PartialOrd<FsEntryType> for FsEntryType
source§fn partial_cmp(&self, other: &FsEntryType) -> Option<Ordering>
fn partial_cmp(&self, other: &FsEntryType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FsEntryType
impl Eq for FsEntryType
impl StructuralEq for FsEntryType
impl StructuralPartialEq for FsEntryType
Auto Trait Implementations§
impl RefUnwindSafe for FsEntryType
impl Send for FsEntryType
impl Sync for FsEntryType
impl Unpin for FsEntryType
impl UnwindSafe for FsEntryType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.