pub struct ExternalUpgradeVerificationReportRequest {
pub report_id: String,
pub proposal: ExternalUpgradeProposalV1,
pub receipt: ExternalUpgradeReceiptV1,
}Expand description
ExternalUpgradeVerificationReportRequest
Fields§
§report_id: String§proposal: ExternalUpgradeProposalV1§receipt: ExternalUpgradeReceiptV1Trait Implementations§
Source§impl Clone for ExternalUpgradeVerificationReportRequest
impl Clone for ExternalUpgradeVerificationReportRequest
Source§fn clone(&self) -> ExternalUpgradeVerificationReportRequest
fn clone(&self) -> ExternalUpgradeVerificationReportRequest
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<'de> Deserialize<'de> for ExternalUpgradeVerificationReportRequest
impl<'de> Deserialize<'de> for ExternalUpgradeVerificationReportRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExternalUpgradeVerificationReportRequest
impl PartialEq for ExternalUpgradeVerificationReportRequest
Source§fn eq(&self, other: &ExternalUpgradeVerificationReportRequest) -> bool
fn eq(&self, other: &ExternalUpgradeVerificationReportRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExternalUpgradeVerificationReportRequest
impl StructuralPartialEq for ExternalUpgradeVerificationReportRequest
Auto Trait Implementations§
impl Freeze for ExternalUpgradeVerificationReportRequest
impl RefUnwindSafe for ExternalUpgradeVerificationReportRequest
impl Send for ExternalUpgradeVerificationReportRequest
impl Sync for ExternalUpgradeVerificationReportRequest
impl Unpin for ExternalUpgradeVerificationReportRequest
impl UnsafeUnpin for ExternalUpgradeVerificationReportRequest
impl UnwindSafe for ExternalUpgradeVerificationReportRequest
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