pub struct DefinitionsUpdateResponse {
pub hashes: HashMap<u64, String>,
pub tags: HashMap<u64, String>,
}
Fields§
§hashes: HashMap<u64, String>
Trait Implementations§
Source§impl Clone for DefinitionsUpdateResponse
impl Clone for DefinitionsUpdateResponse
Source§fn clone(&self) -> DefinitionsUpdateResponse
fn clone(&self) -> DefinitionsUpdateResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DefinitionsUpdateResponse
impl RefUnwindSafe for DefinitionsUpdateResponse
impl Send for DefinitionsUpdateResponse
impl Sync for DefinitionsUpdateResponse
impl Unpin for DefinitionsUpdateResponse
impl UnwindSafe for DefinitionsUpdateResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more