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