Struct aws_sdk_managedblockchain::model::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
sourceimpl RemoveAction
impl RemoveAction
sourceimpl RemoveAction
impl RemoveAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAction.
Trait Implementations
sourceimpl Clone for RemoveAction
impl Clone for RemoveAction
sourcefn clone(&self) -> RemoveAction
fn clone(&self) -> RemoveAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RemoveAction
impl Debug for RemoveAction
sourceimpl PartialEq<RemoveAction> for RemoveAction
impl PartialEq<RemoveAction> for RemoveAction
sourcefn 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 ==. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more