#[non_exhaustive]pub struct VoteOnProposalOutput {}Implementations§
source§impl VoteOnProposalOutput
impl VoteOnProposalOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VoteOnProposalOutput.
Trait Implementations§
source§impl Clone for VoteOnProposalOutput
impl Clone for VoteOnProposalOutput
source§fn clone(&self) -> VoteOnProposalOutput
fn clone(&self) -> VoteOnProposalOutput
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 VoteOnProposalOutput
impl Debug for VoteOnProposalOutput
source§impl PartialEq<VoteOnProposalOutput> for VoteOnProposalOutput
impl PartialEq<VoteOnProposalOutput> for VoteOnProposalOutput
source§fn eq(&self, other: &VoteOnProposalOutput) -> bool
fn eq(&self, other: &VoteOnProposalOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.