pub struct PromotionArtifactIdentityReportRequest {
pub report_id: String,
pub inputs: Vec<RolePromotionInputV1>,
}Expand description
PromotionArtifactIdentityReportRequest
Fields§
§report_id: String§inputs: Vec<RolePromotionInputV1>Trait Implementations§
Source§impl Clone for PromotionArtifactIdentityReportRequest
impl Clone for PromotionArtifactIdentityReportRequest
Source§fn clone(&self) -> PromotionArtifactIdentityReportRequest
fn clone(&self) -> PromotionArtifactIdentityReportRequest
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 PartialEq for PromotionArtifactIdentityReportRequest
impl PartialEq for PromotionArtifactIdentityReportRequest
Source§fn eq(&self, other: &PromotionArtifactIdentityReportRequest) -> bool
fn eq(&self, other: &PromotionArtifactIdentityReportRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PromotionArtifactIdentityReportRequest
impl StructuralPartialEq for PromotionArtifactIdentityReportRequest
Auto Trait Implementations§
impl Freeze for PromotionArtifactIdentityReportRequest
impl RefUnwindSafe for PromotionArtifactIdentityReportRequest
impl Send for PromotionArtifactIdentityReportRequest
impl Sync for PromotionArtifactIdentityReportRequest
impl Unpin for PromotionArtifactIdentityReportRequest
impl UnsafeUnpin for PromotionArtifactIdentityReportRequest
impl UnwindSafe for PromotionArtifactIdentityReportRequest
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