pub enum DocumentOrElement {
Document(Document),
Element(Element),
}
Variants§
Trait Implementations§
Source§impl From<Document> for DocumentOrElement
impl From<Document> for DocumentOrElement
Auto Trait Implementations§
impl Freeze for DocumentOrElement
impl RefUnwindSafe for DocumentOrElement
impl !Send for DocumentOrElement
impl !Sync for DocumentOrElement
impl Unpin for DocumentOrElement
impl UnwindSafe for DocumentOrElement
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