pub enum ModifyClientVpnEndpointError {}
Expand description
Errors returned by ModifyClientVpnEndpoint
Implementations§
Trait Implementations§
Source§impl Debug for ModifyClientVpnEndpointError
impl Debug for ModifyClientVpnEndpointError
Source§impl Error for ModifyClientVpnEndpointError
impl Error for ModifyClientVpnEndpointError
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 ModifyClientVpnEndpointError
impl PartialEq for ModifyClientVpnEndpointError
Source§fn eq(&self, other: &ModifyClientVpnEndpointError) -> bool
fn eq(&self, other: &ModifyClientVpnEndpointError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ModifyClientVpnEndpointError
Auto Trait Implementations§
impl Freeze for ModifyClientVpnEndpointError
impl RefUnwindSafe for ModifyClientVpnEndpointError
impl Send for ModifyClientVpnEndpointError
impl Sync for ModifyClientVpnEndpointError
impl Unpin for ModifyClientVpnEndpointError
impl UnwindSafe for ModifyClientVpnEndpointError
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