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