pub struct Dd;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Dd
impl<'a> ElementBuilder<'a> for Dd
fn builder() -> HtmlElement<'a>
impl Eq for Dd
impl StructuralPartialEq for Dd
Auto Trait Implementations§
impl Freeze for Dd
impl RefUnwindSafe for Dd
impl Send for Dd
impl Sync for Dd
impl Unpin for Dd
impl UnwindSafe for Dd
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