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