Struct aws_sdk_ec2::operation::create_subnet_cidr_reservation::CreateSubnetCidrReservationOutput
source · #[non_exhaustive]pub struct CreateSubnetCidrReservationOutput { /* private fields */ }
Implementations§
source§impl CreateSubnetCidrReservationOutput
impl CreateSubnetCidrReservationOutput
sourcepub fn subnet_cidr_reservation(&self) -> Option<&SubnetCidrReservation>
pub fn subnet_cidr_reservation(&self) -> Option<&SubnetCidrReservation>
Information about the created subnet CIDR reservation.
source§impl CreateSubnetCidrReservationOutput
impl CreateSubnetCidrReservationOutput
sourcepub fn builder() -> CreateSubnetCidrReservationOutputBuilder
pub fn builder() -> CreateSubnetCidrReservationOutputBuilder
Creates a new builder-style object to manufacture CreateSubnetCidrReservationOutput
.
Trait Implementations§
source§impl Clone for CreateSubnetCidrReservationOutput
impl Clone for CreateSubnetCidrReservationOutput
source§fn clone(&self) -> CreateSubnetCidrReservationOutput
fn clone(&self) -> CreateSubnetCidrReservationOutput
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 PartialEq<CreateSubnetCidrReservationOutput> for CreateSubnetCidrReservationOutput
impl PartialEq<CreateSubnetCidrReservationOutput> for CreateSubnetCidrReservationOutput
source§fn eq(&self, other: &CreateSubnetCidrReservationOutput) -> bool
fn eq(&self, other: &CreateSubnetCidrReservationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateSubnetCidrReservationOutput
impl RequestId for CreateSubnetCidrReservationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateSubnetCidrReservationOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateSubnetCidrReservationOutput
impl Send for CreateSubnetCidrReservationOutput
impl Sync for CreateSubnetCidrReservationOutput
impl Unpin for CreateSubnetCidrReservationOutput
impl UnwindSafe for CreateSubnetCidrReservationOutput
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