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