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