pub struct ActionFailChangeRow {
pub action: String,
pub baseline_fail: usize,
pub candidate_fail: usize,
pub delta: i64,
pub item_id: String,
pub test_name: String,
}Fields§
§action: String§baseline_fail: usize§candidate_fail: usize§delta: i64§item_id: String§test_name: StringTrait Implementations§
Source§impl Clone for ActionFailChangeRow
impl Clone for ActionFailChangeRow
Source§fn clone(&self) -> ActionFailChangeRow
fn clone(&self) -> ActionFailChangeRow
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 ActionFailChangeRow
impl Debug for ActionFailChangeRow
Source§impl PartialEq for ActionFailChangeRow
impl PartialEq for ActionFailChangeRow
Source§impl Serialize for ActionFailChangeRow
impl Serialize for ActionFailChangeRow
impl Eq for ActionFailChangeRow
impl StructuralPartialEq for ActionFailChangeRow
Auto Trait Implementations§
impl Freeze for ActionFailChangeRow
impl RefUnwindSafe for ActionFailChangeRow
impl Send for ActionFailChangeRow
impl Sync for ActionFailChangeRow
impl Unpin for ActionFailChangeRow
impl UnsafeUnpin for ActionFailChangeRow
impl UnwindSafe for ActionFailChangeRow
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.