pub struct Ul;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Ul
impl<'a> ElementBuilder<'a> for Ul
fn builder() -> HtmlElement<'a>
impl Eq for Ul
impl StructuralPartialEq for Ul
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