Struct aws_sdk_managedblockchain::types::VoteSummary
source · #[non_exhaustive]pub struct VoteSummary { /* private fields */ }
Expand description
Properties of an individual vote that a member cast for a proposal.
Applies only to Hyperledger Fabric.
Implementations§
source§impl VoteSummary
impl VoteSummary
source§impl VoteSummary
impl VoteSummary
sourcepub fn builder() -> VoteSummaryBuilder
pub fn builder() -> VoteSummaryBuilder
Creates a new builder-style object to manufacture VoteSummary
.
Trait Implementations§
source§impl Clone for VoteSummary
impl Clone for VoteSummary
source§fn clone(&self) -> VoteSummary
fn clone(&self) -> VoteSummary
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 VoteSummary
impl Debug for VoteSummary
source§impl PartialEq<VoteSummary> for VoteSummary
impl PartialEq<VoteSummary> for VoteSummary
source§fn eq(&self, other: &VoteSummary) -> bool
fn eq(&self, other: &VoteSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.