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