pub enum HTMLQuery {
Lsp,
Name,
Value,
}Expand description
HTML can have multiple query types.
Variants§
Auto Trait Implementations§
impl Freeze for HTMLQuery
impl RefUnwindSafe for HTMLQuery
impl Send for HTMLQuery
impl Sync for HTMLQuery
impl Unpin for HTMLQuery
impl UnwindSafe for HTMLQuery
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