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