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