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