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