Struct cyfs_lib::FileUpdateQuickhashRequest
source · [−]pub struct FileUpdateQuickhashRequest {
pub hash: String,
pub add_list: Vec<String, Global>,
pub remove_list: Vec<String, Global>,
}
Fields
hash: String
add_list: Vec<String, Global>
remove_list: Vec<String, Global>
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