pub struct ElementDebug<'element, 'doc> { /* private fields */ }
Expand description
Debug implementation for Element
This is a wrapper around Element that implements Debug that will debugs the full element
This will hold a reference to the Document to get the name of the element and its attributes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'element, 'doc> Freeze for ElementDebug<'element, 'doc>
impl<'element, 'doc> RefUnwindSafe for ElementDebug<'element, 'doc>
impl<'element, 'doc> Send for ElementDebug<'element, 'doc>
impl<'element, 'doc> Sync for ElementDebug<'element, 'doc>
impl<'element, 'doc> Unpin for ElementDebug<'element, 'doc>
impl<'element, 'doc> UnwindSafe for ElementDebug<'element, 'doc>
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