Enum vfs::path::VfsFileType
source · pub enum VfsFileType {
File,
Directory,
}Expand description
Type of file
Variants§
Trait Implementations§
source§impl Clone for VfsFileType
impl Clone for VfsFileType
source§fn clone(&self) -> VfsFileType
fn clone(&self) -> VfsFileType
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 VfsFileType
impl Debug for VfsFileType
source§impl PartialEq<VfsFileType> for VfsFileType
impl PartialEq<VfsFileType> for VfsFileType
source§fn eq(&self, other: &VfsFileType) -> bool
fn eq(&self, other: &VfsFileType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.