pub struct CaseStatusChangeRow {
pub baseline_status: CompareStatus,
pub candidate_status: CompareStatus,
pub category: CaseChangeCategory,
pub item_id: String,
pub test_name: String,
}Fields§
§baseline_status: CompareStatus§candidate_status: CompareStatus§category: CaseChangeCategory§item_id: String§test_name: StringTrait Implementations§
Source§impl Clone for CaseStatusChangeRow
impl Clone for CaseStatusChangeRow
Source§fn clone(&self) -> CaseStatusChangeRow
fn clone(&self) -> CaseStatusChangeRow
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 moreSource§impl Debug for CaseStatusChangeRow
impl Debug for CaseStatusChangeRow
Source§impl PartialEq for CaseStatusChangeRow
impl PartialEq for CaseStatusChangeRow
Source§impl Serialize for CaseStatusChangeRow
impl Serialize for CaseStatusChangeRow
impl Eq for CaseStatusChangeRow
impl StructuralPartialEq for CaseStatusChangeRow
Auto Trait Implementations§
impl Freeze for CaseStatusChangeRow
impl RefUnwindSafe for CaseStatusChangeRow
impl Send for CaseStatusChangeRow
impl Sync for CaseStatusChangeRow
impl Unpin for CaseStatusChangeRow
impl UnsafeUnpin for CaseStatusChangeRow
impl UnwindSafe for CaseStatusChangeRow
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.