pub struct HxRetarget(pub String);Expand description
Retargets the content update to a different element via the HX-Retarget
header. The value is a CSS selector.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for HxRetarget
impl Clone for HxRetarget
Source§fn clone(&self) -> HxRetarget
fn clone(&self) -> HxRetarget
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 HxRetarget
impl Debug for HxRetarget
impl Eq for HxRetarget
Source§impl IntoResponseParts for HxRetarget
impl IntoResponseParts for HxRetarget
Source§impl PartialEq for HxRetarget
impl PartialEq for HxRetarget
impl StructuralPartialEq for HxRetarget
Auto Trait Implementations§
impl Freeze for HxRetarget
impl RefUnwindSafe for HxRetarget
impl Send for HxRetarget
impl Sync for HxRetarget
impl Unpin for HxRetarget
impl UnsafeUnpin for HxRetarget
impl UnwindSafe for HxRetarget
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.