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