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