pub struct HTMLQueries { /* private fields */ }Expand description
HTMLQueries has three queries:
- lsp
HX_HTML - name
HX_NAME - value
HX_VALUE
Implementations§
Trait Implementations§
Source§impl Clone for HTMLQueries
impl Clone for HTMLQueries
Auto Trait Implementations§
impl Freeze for HTMLQueries
impl RefUnwindSafe for HTMLQueries
impl Send for HTMLQueries
impl Sync for HTMLQueries
impl Unpin for HTMLQueries
impl UnwindSafe for HTMLQueries
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