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