pub struct Unparsed(/* private fields */);
Implementations§
Trait Implementations§
Source§impl XmlDeserialize for Unparsed
impl XmlDeserialize for Unparsed
impl StructuralPartialEq for Unparsed
Auto Trait Implementations§
impl Freeze for Unparsed
impl RefUnwindSafe for Unparsed
impl Send for Unparsed
impl Sync for Unparsed
impl Unpin for Unparsed
impl UnwindSafe for Unparsed
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