pub struct Dd(/* private fields */);
Trait Implementations§
Source§impl DomElement for Dd
impl DomElement for Dd
type Target = HtmlElement
fn dom_element(&self) -> Self::Target
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