Struct webc::v1::OwnedFsEntryDir
source · pub struct OwnedFsEntryDir {
pub text: String,
pub files: Vec<OwnedFsEntry>,
}Expand description
Owned version of the FsEntry with fs_type = FsEntryType::Dir
Fields§
§text: StringSame as FsEntry::text, but owned as a String
files: Vec<OwnedFsEntry>Entries of the directory
Trait Implementations§
source§impl Clone for OwnedFsEntryDir
impl Clone for OwnedFsEntryDir
source§fn clone(&self) -> OwnedFsEntryDir
fn clone(&self) -> OwnedFsEntryDir
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 OwnedFsEntryDir
impl Debug for OwnedFsEntryDir
source§impl PartialEq<OwnedFsEntryDir> for OwnedFsEntryDir
impl PartialEq<OwnedFsEntryDir> for OwnedFsEntryDir
source§fn eq(&self, other: &OwnedFsEntryDir) -> bool
fn eq(&self, other: &OwnedFsEntryDir) -> bool
This method tests for
self and other values to be equal, and is used
by ==.