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