#[non_exhaustive]pub struct DeleteNodeInput { /* private fields */ }
Implementations§
source§impl DeleteNodeInput
impl DeleteNodeInput
sourcepub fn network_id(&self) -> Option<&str>
pub fn network_id(&self) -> Option<&str>
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
-
n-ethereum-mainnet
-
n-ethereum-goerli
-
n-ethereum-rinkeby
source§impl DeleteNodeInput
impl DeleteNodeInput
sourcepub fn builder() -> DeleteNodeInputBuilder
pub fn builder() -> DeleteNodeInputBuilder
Creates a new builder-style object to manufacture DeleteNodeInput
.
source§impl DeleteNodeInput
impl DeleteNodeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNode, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteNode, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNode
>
Trait Implementations§
source§impl Clone for DeleteNodeInput
impl Clone for DeleteNodeInput
source§fn clone(&self) -> DeleteNodeInput
fn clone(&self) -> DeleteNodeInput
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 DeleteNodeInput
impl Debug for DeleteNodeInput
source§impl PartialEq<DeleteNodeInput> for DeleteNodeInput
impl PartialEq<DeleteNodeInput> for DeleteNodeInput
source§fn eq(&self, other: &DeleteNodeInput) -> bool
fn eq(&self, other: &DeleteNodeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteNodeInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteNodeInput
impl Send for DeleteNodeInput
impl Sync for DeleteNodeInput
impl Unpin for DeleteNodeInput
impl UnwindSafe for DeleteNodeInput
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