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