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