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