pub struct SnsProposalFailureReason {
pub error_type: i32,
pub error_message: String,
}Expand description
SnsProposalFailureReason
Serializable SNS governance failure reason attached to a proposal.
Fields§
§error_type: i32§error_message: StringTrait Implementations§
Source§impl Clone for SnsProposalFailureReason
impl Clone for SnsProposalFailureReason
Source§fn clone(&self) -> SnsProposalFailureReason
fn clone(&self) -> SnsProposalFailureReason
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 Debug for SnsProposalFailureReason
impl Debug for SnsProposalFailureReason
Source§impl<'de> Deserialize<'de> for SnsProposalFailureReason
impl<'de> Deserialize<'de> for SnsProposalFailureReason
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
impl Eq for SnsProposalFailureReason
Source§impl PartialEq for SnsProposalFailureReason
impl PartialEq for SnsProposalFailureReason
Source§impl Serialize for SnsProposalFailureReason
impl Serialize for SnsProposalFailureReason
impl StructuralPartialEq for SnsProposalFailureReason
Auto Trait Implementations§
impl Freeze for SnsProposalFailureReason
impl RefUnwindSafe for SnsProposalFailureReason
impl Send for SnsProposalFailureReason
impl Sync for SnsProposalFailureReason
impl Unpin for SnsProposalFailureReason
impl UnsafeUnpin for SnsProposalFailureReason
impl UnwindSafe for SnsProposalFailureReason
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