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 ==
.impl StructuralPartialEq for VoteSummary
Auto Trait Implementations§
impl RefUnwindSafe for VoteSummary
impl Send for VoteSummary
impl Sync for VoteSummary
impl Unpin for VoteSummary
impl UnwindSafe for VoteSummary
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