Enum ayaka_bindings_types::FileType
source · pub enum FileType {
File,
Dir,
}Expand description
Type of a file.
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for FileType
impl<'de> Deserialize<'de> for FileType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<FileType> for VfsFileType
impl From<FileType> for VfsFileType
source§impl From<VfsFileType> for FileType
impl From<VfsFileType> for FileType
source§fn from(value: VfsFileType) -> Self
fn from(value: VfsFileType) -> Self
Converts to this type from the input type.