pub struct HxTriggerName(pub String);Expand description
the name of the triggered element if it exists
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for HxTriggerName
impl Clone for HxTriggerName
Source§fn clone(&self) -> HxTriggerName
fn clone(&self) -> HxTriggerName
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 HxTriggerName
impl Debug for HxTriggerName
Source§impl Header for HxTriggerName
impl Header for HxTriggerName
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 HxTriggerName
impl PartialEq for HxTriggerName
impl Eq for HxTriggerName
impl StructuralPartialEq for HxTriggerName
Auto Trait Implementations§
impl Freeze for HxTriggerName
impl RefUnwindSafe for HxTriggerName
impl Send for HxTriggerName
impl Sync for HxTriggerName
impl Unpin for HxTriggerName
impl UnwindSafe for HxTriggerName
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