Struct aws_sdk_ec2::input::AssociateSubnetCidrBlockInput
source · [−]#[non_exhaustive]pub struct AssociateSubnetCidrBlockInput { /* private fields */ }
Implementations
sourceimpl AssociateSubnetCidrBlockInput
impl AssociateSubnetCidrBlockInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateSubnetCidrBlock, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateSubnetCidrBlock, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateSubnetCidrBlock
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateSubnetCidrBlockInput
.
Trait Implementations
sourceimpl Clone for AssociateSubnetCidrBlockInput
impl Clone for AssociateSubnetCidrBlockInput
sourcefn clone(&self) -> AssociateSubnetCidrBlockInput
fn clone(&self) -> AssociateSubnetCidrBlockInput
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 moresourceimpl Debug for AssociateSubnetCidrBlockInput
impl Debug for AssociateSubnetCidrBlockInput
sourceimpl PartialEq<AssociateSubnetCidrBlockInput> for AssociateSubnetCidrBlockInput
impl PartialEq<AssociateSubnetCidrBlockInput> for AssociateSubnetCidrBlockInput
sourcefn eq(&self, other: &AssociateSubnetCidrBlockInput) -> bool
fn eq(&self, other: &AssociateSubnetCidrBlockInput) -> bool
impl StructuralPartialEq for AssociateSubnetCidrBlockInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateSubnetCidrBlockInput
impl Send for AssociateSubnetCidrBlockInput
impl Sync for AssociateSubnetCidrBlockInput
impl Unpin for AssociateSubnetCidrBlockInput
impl UnwindSafe for AssociateSubnetCidrBlockInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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