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