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