pub struct HxReselect(pub String);Expand description
Chooses which part of the response is swapped in via the HX-Reselect
header, overriding an existing hx-select. The value is a CSS selector.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for HxReselect
impl Clone for HxReselect
Source§fn clone(&self) -> HxReselect
fn clone(&self) -> HxReselect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HxReselect
impl Debug for HxReselect
impl Eq for HxReselect
Source§impl IntoResponseParts for HxReselect
impl IntoResponseParts for HxReselect
Source§impl PartialEq for HxReselect
impl PartialEq for HxReselect
impl StructuralPartialEq for HxReselect
Auto Trait Implementations§
impl Freeze for HxReselect
impl RefUnwindSafe for HxReselect
impl Send for HxReselect
impl Sync for HxReselect
impl Unpin for HxReselect
impl UnsafeUnpin for HxReselect
impl UnwindSafe for HxReselect
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
impl<T> CloneAny for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.