pub struct Dfn;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Dfn
impl<'a> ElementBuilder<'a> for Dfn
fn builder() -> HtmlElement<'a>
impl Eq for Dfn
impl StructuralPartialEq for Dfn
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