pub struct CreateProposalOutput {
pub proposal_id: Option<String>,
}Fields§
§proposal_id: Option<String>The unique identifier of the proposal.
Trait Implementations§
Source§impl Clone for CreateProposalOutput
impl Clone for CreateProposalOutput
Source§fn clone(&self) -> CreateProposalOutput
fn clone(&self) -> CreateProposalOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 CreateProposalOutput
impl Debug for CreateProposalOutput
Source§impl Default for CreateProposalOutput
impl Default for CreateProposalOutput
Source§fn default() -> CreateProposalOutput
fn default() -> CreateProposalOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateProposalOutput
impl<'de> Deserialize<'de> for CreateProposalOutput
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 CreateProposalOutput
impl PartialEq for CreateProposalOutput
impl StructuralPartialEq for CreateProposalOutput
Auto Trait Implementations§
impl Freeze for CreateProposalOutput
impl RefUnwindSafe for CreateProposalOutput
impl Send for CreateProposalOutput
impl Sync for CreateProposalOutput
impl Unpin for CreateProposalOutput
impl UnwindSafe for CreateProposalOutput
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