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