pub struct DeleteObjectTaggingOutputDeserializer;Implementations§
Source§impl DeleteObjectTaggingOutputDeserializer
impl DeleteObjectTaggingOutputDeserializer
pub fn deserialize<T: Peek + Next>( tag_name: &str, stack: &mut T, ) -> Result<DeleteObjectTaggingOutput, XmlParseError>
Auto Trait Implementations§
impl Freeze for DeleteObjectTaggingOutputDeserializer
impl RefUnwindSafe for DeleteObjectTaggingOutputDeserializer
impl Send for DeleteObjectTaggingOutputDeserializer
impl Sync for DeleteObjectTaggingOutputDeserializer
impl Unpin for DeleteObjectTaggingOutputDeserializer
impl UnwindSafe for DeleteObjectTaggingOutputDeserializer
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