pub struct ContentUpdateResponse {
pub mappings: HashMap<ContentUpdateAction, HashMap<u64, Vec<u64>>>,
pub tag_parents: HashMap<ContentUpdateAction, HashMap<u64, u64>>,
pub tag_siblings: HashMap<ContentUpdateAction, HashMap<u64, u64>>,
}
Fields§
§mappings: HashMap<ContentUpdateAction, HashMap<u64, Vec<u64>>>
§tag_parents: HashMap<ContentUpdateAction, HashMap<u64, u64>>
§tag_siblings: HashMap<ContentUpdateAction, HashMap<u64, u64>>
Trait Implementations§
Source§impl Clone for ContentUpdateResponse
impl Clone for ContentUpdateResponse
Source§fn clone(&self) -> ContentUpdateResponse
fn clone(&self) -> ContentUpdateResponse
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 ContentUpdateResponse
impl RefUnwindSafe for ContentUpdateResponse
impl Send for ContentUpdateResponse
impl Sync for ContentUpdateResponse
impl Unpin for ContentUpdateResponse
impl UnwindSafe for ContentUpdateResponse
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