Struct cyfs_util::cache::GetFileByQuickHashRequest
source · [−]Fields
quick_hash: Stringlength: u64flags: u32Auto Trait Implementations
impl RefUnwindSafe for GetFileByQuickHashRequest
impl Send for GetFileByQuickHashRequest
impl Sync for GetFileByQuickHashRequest
impl Unpin for GetFileByQuickHashRequest
impl UnwindSafe for GetFileByQuickHashRequest
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