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