Struct cyfs_lib::FileCacheData
source · [−]pub struct FileCacheData {
pub hash: String,
pub file_id: NamedObjectId<NamedObjType<FileDescContent, FileBodyContent>>,
pub length: u64,
pub flags: u32,
pub owner: Option<ObjectId>,
pub quick_hash: Option<Vec<String, Global>>,
pub dirs: Option<Vec<FileDirRef, Global>>,
}
Fields
hash: String
file_id: NamedObjectId<NamedObjType<FileDescContent, FileBodyContent>>
length: u64
flags: u32
owner: Option<ObjectId>
quick_hash: Option<Vec<String, Global>>
dirs: Option<Vec<FileDirRef, Global>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileCacheData
impl Send for FileCacheData
impl Sync for FileCacheData
impl Unpin for FileCacheData
impl UnwindSafe for FileCacheData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more