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