pub struct dfn;Expand description
HTML <dfn> element - Defines a definition
Example:
<p>The <dfn>HTML</dfn> element is used to define a section in a document.</p>
Trait Implementations§
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