pub struct CompareIndexPair {
pub baseline_build_id: String,
pub candidate_build_id: String,
pub compare_artifact: String,
}Fields§
§baseline_build_id: String§candidate_build_id: String§compare_artifact: StringTrait Implementations§
Source§impl Clone for CompareIndexPair
impl Clone for CompareIndexPair
Source§fn clone(&self) -> CompareIndexPair
fn clone(&self) -> CompareIndexPair
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 CompareIndexPair
impl Debug for CompareIndexPair
Source§impl PartialEq for CompareIndexPair
impl PartialEq for CompareIndexPair
Source§impl Serialize for CompareIndexPair
impl Serialize for CompareIndexPair
impl Eq for CompareIndexPair
impl StructuralPartialEq for CompareIndexPair
Auto Trait Implementations§
impl Freeze for CompareIndexPair
impl RefUnwindSafe for CompareIndexPair
impl Send for CompareIndexPair
impl Sync for CompareIndexPair
impl Unpin for CompareIndexPair
impl UnsafeUnpin for CompareIndexPair
impl UnwindSafe for CompareIndexPair
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.