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