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