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