#[non_exhaustive]pub struct DeleteSubnetCidrReservationInput { /* private fields */ }
Implementations
sourceimpl DeleteSubnetCidrReservationInput
impl DeleteSubnetCidrReservationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubnetCidrReservation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubnetCidrReservation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSubnetCidrReservation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSubnetCidrReservationInput
.
sourceimpl DeleteSubnetCidrReservationInput
impl DeleteSubnetCidrReservationInput
sourcepub fn subnet_cidr_reservation_id(&self) -> Option<&str>
pub fn subnet_cidr_reservation_id(&self) -> Option<&str>
The ID of the subnet CIDR reservation.
Trait Implementations
sourceimpl Clone for DeleteSubnetCidrReservationInput
impl Clone for DeleteSubnetCidrReservationInput
sourcefn clone(&self) -> DeleteSubnetCidrReservationInput
fn clone(&self) -> DeleteSubnetCidrReservationInput
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 PartialEq<DeleteSubnetCidrReservationInput> for DeleteSubnetCidrReservationInput
impl PartialEq<DeleteSubnetCidrReservationInput> for DeleteSubnetCidrReservationInput
sourcefn eq(&self, other: &DeleteSubnetCidrReservationInput) -> bool
fn eq(&self, other: &DeleteSubnetCidrReservationInput) -> bool
impl StructuralPartialEq for DeleteSubnetCidrReservationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteSubnetCidrReservationInput
impl Send for DeleteSubnetCidrReservationInput
impl Sync for DeleteSubnetCidrReservationInput
impl Unpin for DeleteSubnetCidrReservationInput
impl UnwindSafe for DeleteSubnetCidrReservationInput
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