pub struct VerificationReceiptV1 {
pub receipt_id: ArtifactId,
pub step: u32,
pub check: String,
pub passed: bool,
pub reason_codes: Vec<String>,
}Fields§
§receipt_id: ArtifactId§step: u32§check: String§passed: bool§reason_codes: Vec<String>Trait Implementations§
Source§impl Clone for VerificationReceiptV1
impl Clone for VerificationReceiptV1
Source§fn clone(&self) -> VerificationReceiptV1
fn clone(&self) -> VerificationReceiptV1
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 moreAuto Trait Implementations§
impl Freeze for VerificationReceiptV1
impl RefUnwindSafe for VerificationReceiptV1
impl Send for VerificationReceiptV1
impl Sync for VerificationReceiptV1
impl Unpin for VerificationReceiptV1
impl UnsafeUnpin for VerificationReceiptV1
impl UnwindSafe for VerificationReceiptV1
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