Struct cyfs_lib::FileDirRef
source · pub struct FileDirRef {
pub dir_id: NamedObjectId<NamedObjType<DirDescContent, DirBodyContent>>,
pub inner_path: String,
}
Fields§
§dir_id: NamedObjectId<NamedObjType<DirDescContent, DirBodyContent>>
§inner_path: String
Trait Implementations§
source§impl Clone for FileDirRef
impl Clone for FileDirRef
source§fn clone(&self) -> FileDirRef
fn clone(&self) -> FileDirRef
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 more