pub struct EnableVpcClassicLinkDnsSupportResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Returns true if the request succeeds; otherwise, it returns an error.
Trait Implementations§
Source§impl Clone for EnableVpcClassicLinkDnsSupportResult
impl Clone for EnableVpcClassicLinkDnsSupportResult
Source§fn clone(&self) -> EnableVpcClassicLinkDnsSupportResult
fn clone(&self) -> EnableVpcClassicLinkDnsSupportResult
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 EnableVpcClassicLinkDnsSupportResult
impl Default for EnableVpcClassicLinkDnsSupportResult
Source§fn default() -> EnableVpcClassicLinkDnsSupportResult
fn default() -> EnableVpcClassicLinkDnsSupportResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableVpcClassicLinkDnsSupportResult
impl PartialEq for EnableVpcClassicLinkDnsSupportResult
Source§fn eq(&self, other: &EnableVpcClassicLinkDnsSupportResult) -> bool
fn eq(&self, other: &EnableVpcClassicLinkDnsSupportResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnableVpcClassicLinkDnsSupportResult
Auto Trait Implementations§
impl Freeze for EnableVpcClassicLinkDnsSupportResult
impl RefUnwindSafe for EnableVpcClassicLinkDnsSupportResult
impl Send for EnableVpcClassicLinkDnsSupportResult
impl Sync for EnableVpcClassicLinkDnsSupportResult
impl Unpin for EnableVpcClassicLinkDnsSupportResult
impl UnwindSafe for EnableVpcClassicLinkDnsSupportResult
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