#[non_exhaustive]pub struct CreateProposalOutput { /* private fields */ }
Implementations§
source§impl CreateProposalOutput
impl CreateProposalOutput
sourcepub fn proposal_id(&self) -> Option<&str>
pub fn proposal_id(&self) -> Option<&str>
The unique identifier of the proposal.
source§impl CreateProposalOutput
impl CreateProposalOutput
sourcepub fn builder() -> CreateProposalOutputBuilder
pub fn builder() -> CreateProposalOutputBuilder
Creates a new builder-style object to manufacture CreateProposalOutput
.
Trait Implementations§
source§impl Clone for CreateProposalOutput
impl Clone for CreateProposalOutput
source§fn clone(&self) -> CreateProposalOutput
fn clone(&self) -> CreateProposalOutput
Returns a copy 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 PartialEq<CreateProposalOutput> for CreateProposalOutput
impl PartialEq<CreateProposalOutput> for CreateProposalOutput
source§fn eq(&self, other: &CreateProposalOutput) -> bool
fn eq(&self, other: &CreateProposalOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateProposalOutput
impl RequestId for CreateProposalOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.