pub struct Element<'xml> { /* private fields */ }Expand description
An XML element during deserialization
Trait Implementations§
Auto Trait Implementations§
impl<'xml> Freeze for Element<'xml>
impl<'xml> RefUnwindSafe for Element<'xml>
impl<'xml> Send for Element<'xml>
impl<'xml> Sync for Element<'xml>
impl<'xml> Unpin for Element<'xml>
impl<'xml> UnsafeUnpin for Element<'xml>
impl<'xml> UnwindSafe for Element<'xml>
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