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