Struct aws_sdk_managedblockchain::operation::get_node::GetNodeInput
source · #[non_exhaustive]pub struct GetNodeInput { /* private fields */ }
Implementations§
source§impl GetNodeInput
impl GetNodeInput
source§impl GetNodeInput
impl GetNodeInput
sourcepub fn builder() -> GetNodeInputBuilder
pub fn builder() -> GetNodeInputBuilder
Creates a new builder-style object to manufacture GetNodeInput
.
source§impl GetNodeInput
impl GetNodeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNode, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetNode, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetNode
>
Trait Implementations§
source§impl Clone for GetNodeInput
impl Clone for GetNodeInput
source§fn clone(&self) -> GetNodeInput
fn clone(&self) -> GetNodeInput
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 GetNodeInput
impl Debug for GetNodeInput
source§impl PartialEq<GetNodeInput> for GetNodeInput
impl PartialEq<GetNodeInput> for GetNodeInput
source§fn eq(&self, other: &GetNodeInput) -> bool
fn eq(&self, other: &GetNodeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetNodeInput
Auto Trait Implementations§
impl RefUnwindSafe for GetNodeInput
impl Send for GetNodeInput
impl Sync for GetNodeInput
impl Unpin for GetNodeInput
impl UnwindSafe for GetNodeInput
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