pub struct HxPrompt(pub String);Expand description
the user response to an hx-prompt
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Header for HxPrompt
impl Header for HxPrompt
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 HxPrompt
impl StructuralPartialEq for HxPrompt
Auto Trait Implementations§
impl Freeze for HxPrompt
impl RefUnwindSafe for HxPrompt
impl Send for HxPrompt
impl Sync for HxPrompt
impl Unpin for HxPrompt
impl UnwindSafe for HxPrompt
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