pub struct DriftedCase {
pub case_id: String,
pub label: String,
pub what_broke: String,
}Expand description
Single drifted case from GET /projects/{id}/scripts/{name}/bench/cases/contract-drift.
Fields§
§case_id: String§label: String§what_broke: StringTrait Implementations§
Source§impl Clone for DriftedCase
impl Clone for DriftedCase
Source§fn clone(&self) -> DriftedCase
fn clone(&self) -> DriftedCase
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 DriftedCase
impl Debug for DriftedCase
Source§impl<'de> Deserialize<'de> for DriftedCase
impl<'de> Deserialize<'de> for DriftedCase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DriftedCase
impl RefUnwindSafe for DriftedCase
impl Send for DriftedCase
impl Sync for DriftedCase
impl Unpin for DriftedCase
impl UnsafeUnpin for DriftedCase
impl UnwindSafe for DriftedCase
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