Struct aws_sdk_managedblockchain::types::RemoveAction
source · #[non_exhaustive]pub struct RemoveAction { /* private fields */ }
Expand description
An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is APPROVED
. The member and all associated resources are deleted from the network.
Applies only to Hyperledger Fabric.
Implementations§
source§impl RemoveAction
impl RemoveAction
source§impl RemoveAction
impl RemoveAction
sourcepub fn builder() -> RemoveActionBuilder
pub fn builder() -> RemoveActionBuilder
Creates a new builder-style object to manufacture RemoveAction
.
Trait Implementations§
source§impl Clone for RemoveAction
impl Clone for RemoveAction
source§fn clone(&self) -> RemoveAction
fn clone(&self) -> RemoveAction
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 RemoveAction
impl Debug for RemoveAction
source§impl PartialEq<RemoveAction> for RemoveAction
impl PartialEq<RemoveAction> for RemoveAction
source§fn eq(&self, other: &RemoveAction) -> bool
fn eq(&self, other: &RemoveAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RemoveAction
Auto Trait Implementations§
impl RefUnwindSafe for RemoveAction
impl Send for RemoveAction
impl Sync for RemoveAction
impl Unpin for RemoveAction
impl UnwindSafe for RemoveAction
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