pub struct Dl(/* private fields */);
Trait Implementations§
Source§impl DomElement for Dl
impl DomElement for Dl
type Target = HtmlDListElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Dl
impl !RefUnwindSafe for Dl
impl !Send for Dl
impl !Sync for Dl
impl Unpin for Dl
impl !UnwindSafe for Dl
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