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