pub struct SymptomDedupeKey {
pub invariant_id: String,
pub document_id: String,
pub component: String,
pub content_hash: String,
}Fields§
§invariant_id: String§document_id: String§component: String§content_hash: StringImplementations§
Trait Implementations§
Source§impl Clone for SymptomDedupeKey
impl Clone for SymptomDedupeKey
Source§fn clone(&self) -> SymptomDedupeKey
fn clone(&self) -> SymptomDedupeKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SymptomDedupeKey
impl Debug for SymptomDedupeKey
impl Eq for SymptomDedupeKey
Source§impl Hash for SymptomDedupeKey
impl Hash for SymptomDedupeKey
Source§impl PartialEq for SymptomDedupeKey
impl PartialEq for SymptomDedupeKey
impl StructuralPartialEq for SymptomDedupeKey
Auto Trait Implementations§
impl Freeze for SymptomDedupeKey
impl RefUnwindSafe for SymptomDedupeKey
impl Send for SymptomDedupeKey
impl Sync for SymptomDedupeKey
impl Unpin for SymptomDedupeKey
impl UnsafeUnpin for SymptomDedupeKey
impl UnwindSafe for SymptomDedupeKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.