Struct aws_sdk_managedblockchain::types::InviteAction
source · #[non_exhaustive]pub struct InviteAction { /* private fields */ }
Expand description
An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction
is carried out when a Proposal
is APPROVED
.
Applies only to Hyperledger Fabric.
Implementations§
source§impl InviteAction
impl InviteAction
source§impl InviteAction
impl InviteAction
sourcepub fn builder() -> InviteActionBuilder
pub fn builder() -> InviteActionBuilder
Creates a new builder-style object to manufacture InviteAction
.
Trait Implementations§
source§impl Clone for InviteAction
impl Clone for InviteAction
source§fn clone(&self) -> InviteAction
fn clone(&self) -> InviteAction
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 InviteAction
impl Debug for InviteAction
source§impl PartialEq<InviteAction> for InviteAction
impl PartialEq<InviteAction> for InviteAction
source§fn eq(&self, other: &InviteAction) -> bool
fn eq(&self, other: &InviteAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InviteAction
Auto Trait Implementations§
impl RefUnwindSafe for InviteAction
impl Send for InviteAction
impl Sync for InviteAction
impl Unpin for InviteAction
impl UnwindSafe for InviteAction
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