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