Struct cyfs_util::cache::FileUpdateQuickhashRequest
source · [−]pub struct FileUpdateQuickhashRequest {
pub hash: String,
pub add_list: Vec<String>,
pub remove_list: Vec<String>,
}Fields
hash: Stringadd_list: Vec<String>remove_list: Vec<String>Auto Trait Implementations
impl RefUnwindSafe for FileUpdateQuickhashRequest
impl Send for FileUpdateQuickhashRequest
impl Sync for FileUpdateQuickhashRequest
impl Unpin for FileUpdateQuickhashRequest
impl UnwindSafe for FileUpdateQuickhashRequest
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