pub struct Element { /* private fields */ }Expand description
Implementation of Element interface on 1.4 Fundamental Interfaces: Core Module
Implementations§
Source§impl Element
impl Element
Sourcepub fn attributes(&self) -> AttributeMap
pub fn attributes(&self) -> AttributeMap
Get attributes attribute of this element.
pub fn owner_document(&self) -> Option<DocumentRef>
Auto Trait Implementations§
impl Freeze for Element
impl !RefUnwindSafe for Element
impl !Send for Element
impl !Sync for Element
impl Unpin for Element
impl !UnwindSafe for Element
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