pub struct HxTarget(pub String);Expand description
the id of the target element if it exists
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Header for HxTarget
impl Header for HxTarget
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.
impl Eq for HxTarget
impl StructuralPartialEq for HxTarget
Auto Trait Implementations§
impl Freeze for HxTarget
impl RefUnwindSafe for HxTarget
impl Send for HxTarget
impl Sync for HxTarget
impl Unpin for HxTarget
impl UnwindSafe for HxTarget
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