pub enum HtmxQuery {
Html(HTMLQuery),
JavaScript,
Backend,
}Expand description
HtmxQuery
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmxQuery
impl RefUnwindSafe for HtmxQuery
impl Send for HtmxQuery
impl Sync for HtmxQuery
impl Unpin for HtmxQuery
impl UnwindSafe for HtmxQuery
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