pub struct PendingAddOutcome {
pub body: String,
pub id: String,
pub inserted: bool,
pub deduped_key: Option<SymptomDedupeKey>,
}Fields§
§body: String§id: String§inserted: bool§deduped_key: Option<SymptomDedupeKey>Trait Implementations§
Source§impl Clone for PendingAddOutcome
impl Clone for PendingAddOutcome
Source§fn clone(&self) -> PendingAddOutcome
fn clone(&self) -> PendingAddOutcome
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 PendingAddOutcome
impl Debug for PendingAddOutcome
impl Eq for PendingAddOutcome
Source§impl PartialEq for PendingAddOutcome
impl PartialEq for PendingAddOutcome
impl StructuralPartialEq for PendingAddOutcome
Auto Trait Implementations§
impl Freeze for PendingAddOutcome
impl RefUnwindSafe for PendingAddOutcome
impl Send for PendingAddOutcome
impl Sync for PendingAddOutcome
impl Unpin for PendingAddOutcome
impl UnsafeUnpin for PendingAddOutcome
impl UnwindSafe for PendingAddOutcome
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.