pub struct DisassociateVpcCidrBlockResult {
pub cidr_block_association: Option<VpcCidrBlockAssociation>,
pub ipv_6_cidr_block_association: Option<VpcIpv6CidrBlockAssociation>,
pub vpc_id: Option<String>,
}Fields§
§cidr_block_association: Option<VpcCidrBlockAssociation>Information about the IPv4 CIDR block association.
ipv_6_cidr_block_association: Option<VpcIpv6CidrBlockAssociation>Information about the IPv6 CIDR block association.
vpc_id: Option<String>The ID of the VPC.
Trait Implementations§
Source§impl Clone for DisassociateVpcCidrBlockResult
impl Clone for DisassociateVpcCidrBlockResult
Source§fn clone(&self) -> DisassociateVpcCidrBlockResult
fn clone(&self) -> DisassociateVpcCidrBlockResult
Returns a duplicate 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 Default for DisassociateVpcCidrBlockResult
impl Default for DisassociateVpcCidrBlockResult
Source§fn default() -> DisassociateVpcCidrBlockResult
fn default() -> DisassociateVpcCidrBlockResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisassociateVpcCidrBlockResult
impl PartialEq for DisassociateVpcCidrBlockResult
Source§fn eq(&self, other: &DisassociateVpcCidrBlockResult) -> bool
fn eq(&self, other: &DisassociateVpcCidrBlockResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisassociateVpcCidrBlockResult
Auto Trait Implementations§
impl Freeze for DisassociateVpcCidrBlockResult
impl RefUnwindSafe for DisassociateVpcCidrBlockResult
impl Send for DisassociateVpcCidrBlockResult
impl Sync for DisassociateVpcCidrBlockResult
impl Unpin for DisassociateVpcCidrBlockResult
impl UnwindSafe for DisassociateVpcCidrBlockResult
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