Struct cyfs_util::cache::FileCacheData
source · [−]pub struct FileCacheData {
pub hash: String,
pub file_id: FileId,
pub length: u64,
pub flags: u32,
pub owner: Option<ObjectId>,
pub quick_hash: Option<Vec<String>>,
pub dirs: Option<Vec<FileDirRef>>,
}Fields
hash: Stringfile_id: FileIdlength: u64flags: u32owner: Option<ObjectId>quick_hash: Option<Vec<String>>dirs: Option<Vec<FileDirRef>>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