pub struct ProposalDecisionResponse {
pub metadata: ApiMetadata,
pub proposal: ProposalRecord,
pub receipt: Option<CommitReceipt>,
pub index_refresh_error: Option<String>,
}Expand description
Manual proposal decision response.
Fields§
§metadata: ApiMetadata§proposal: ProposalRecord§receipt: Option<CommitReceipt>§index_refresh_error: Option<String>Trait Implementations§
Source§impl Clone for ProposalDecisionResponse
impl Clone for ProposalDecisionResponse
Source§fn clone(&self) -> ProposalDecisionResponse
fn clone(&self) -> ProposalDecisionResponse
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 ProposalDecisionResponse
impl Debug for ProposalDecisionResponse
Source§impl<'de> Deserialize<'de> for ProposalDecisionResponse
impl<'de> Deserialize<'de> for ProposalDecisionResponse
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 ProposalDecisionResponse
Source§impl PartialEq for ProposalDecisionResponse
impl PartialEq for ProposalDecisionResponse
Source§impl Serialize for ProposalDecisionResponse
impl Serialize for ProposalDecisionResponse
impl StructuralPartialEq for ProposalDecisionResponse
Auto Trait Implementations§
impl Freeze for ProposalDecisionResponse
impl RefUnwindSafe for ProposalDecisionResponse
impl Send for ProposalDecisionResponse
impl Sync for ProposalDecisionResponse
impl Unpin for ProposalDecisionResponse
impl UnsafeUnpin for ProposalDecisionResponse
impl UnwindSafe for ProposalDecisionResponse
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.