pub enum CreateVpnConnectionError {}Expand description
Errors returned by CreateVpnConnection
Implementations§
Source§impl CreateVpnConnectionError
impl CreateVpnConnectionError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<CreateVpnConnectionError>
Trait Implementations§
Source§impl Debug for CreateVpnConnectionError
impl Debug for CreateVpnConnectionError
Source§impl Display for CreateVpnConnectionError
impl Display for CreateVpnConnectionError
Source§impl Error for CreateVpnConnectionError
impl Error for CreateVpnConnectionError
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 CreateVpnConnectionError
impl PartialEq for CreateVpnConnectionError
impl StructuralPartialEq for CreateVpnConnectionError
Auto Trait Implementations§
impl Freeze for CreateVpnConnectionError
impl RefUnwindSafe for CreateVpnConnectionError
impl Send for CreateVpnConnectionError
impl Sync for CreateVpnConnectionError
impl Unpin for CreateVpnConnectionError
impl UnwindSafe for CreateVpnConnectionError
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