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