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