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