pub struct Receipt {
pub test: String,
pub platform: String,
pub commit: String,
pub ran_at: String,
pub result: String,
pub falsifiable: Option<bool>,
}Fields§
§test: String§platform: String§commit: String§ran_at: String§result: String§falsifiable: Option<bool>Trait Implementations§
impl StructuralPartialEq for Receipt
Auto Trait Implementations§
impl Freeze for Receipt
impl RefUnwindSafe for Receipt
impl Send for Receipt
impl Sync for Receipt
impl Unpin for Receipt
impl UnsafeUnpin for Receipt
impl UnwindSafe for Receipt
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