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