pub enum DisableVpcClassicLinkDnsSupportError {}Expand description
Errors returned by DisableVpcClassicLinkDnsSupport
Implementations§
Trait Implementations§
Source§impl Error for DisableVpcClassicLinkDnsSupportError
impl Error for DisableVpcClassicLinkDnsSupportError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for DisableVpcClassicLinkDnsSupportError
impl PartialEq for DisableVpcClassicLinkDnsSupportError
Source§fn eq(&self, other: &DisableVpcClassicLinkDnsSupportError) -> bool
fn eq(&self, other: &DisableVpcClassicLinkDnsSupportError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisableVpcClassicLinkDnsSupportError
Auto Trait Implementations§
impl Freeze for DisableVpcClassicLinkDnsSupportError
impl RefUnwindSafe for DisableVpcClassicLinkDnsSupportError
impl Send for DisableVpcClassicLinkDnsSupportError
impl Sync for DisableVpcClassicLinkDnsSupportError
impl Unpin for DisableVpcClassicLinkDnsSupportError
impl UnwindSafe for DisableVpcClassicLinkDnsSupportError
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