Struct cyfs_lib::FileAddQuickhashRequest
source · [−]Fields
hash: String
quick_hash: Vec<String, Global>
Auto Trait Implementations
impl RefUnwindSafe for FileAddQuickhashRequest
impl Send for FileAddQuickhashRequest
impl Sync for FileAddQuickhashRequest
impl Unpin for FileAddQuickhashRequest
impl UnwindSafe for FileAddQuickhashRequest
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