pub enum DescribeInsightRulesError {
InvalidNextToken(String),
}Expand description
Errors returned by DescribeInsightRules
Variants§
Implementations§
Source§impl DescribeInsightRulesError
impl DescribeInsightRulesError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DescribeInsightRulesError>
Trait Implementations§
Source§impl Debug for DescribeInsightRulesError
impl Debug for DescribeInsightRulesError
Source§impl Display for DescribeInsightRulesError
impl Display for DescribeInsightRulesError
Source§impl Error for DescribeInsightRulesError
impl Error for DescribeInsightRulesError
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 DescribeInsightRulesError
impl PartialEq for DescribeInsightRulesError
Source§fn eq(&self, other: &DescribeInsightRulesError) -> bool
fn eq(&self, other: &DescribeInsightRulesError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeInsightRulesError
Auto Trait Implementations§
impl Freeze for DescribeInsightRulesError
impl RefUnwindSafe for DescribeInsightRulesError
impl Send for DescribeInsightRulesError
impl Sync for DescribeInsightRulesError
impl Unpin for DescribeInsightRulesError
impl UnsafeUnpin for DescribeInsightRulesError
impl UnwindSafe for DescribeInsightRulesError
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