pub struct HxRetarget(pub String);Expand description
a CSS selector that updates the target of the content update to a different element on the page
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 · 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
Source§impl Header for HxRetarget
impl Header for HxRetarget
Source§fn encode<E: Extend<HeaderValue>>(&self, values: &mut E)
fn encode<E: Extend<HeaderValue>>(&self, values: &mut E)
NOTE: Panics if the value cannot be converted to a header value.
Source§fn name() -> &'static HeaderName
fn name() -> &'static HeaderName
The name of this header.
Source§impl PartialEq for HxRetarget
impl PartialEq for HxRetarget
impl Eq 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 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