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