pub struct Dfn(/* private fields */);Trait Implementations§
Source§impl DomElement for Dfn
impl DomElement for Dfn
type Target = HtmlElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Dfn
impl !RefUnwindSafe for Dfn
impl !Send for Dfn
impl !Sync for Dfn
impl Unpin for Dfn
impl !UnwindSafe for Dfn
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