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