pub struct HxTriggerName(/* private fields */);
Implementations§
Source§impl HxTriggerName
impl HxTriggerName
pub fn as_str(&self) -> &str
pub fn into_value(self) -> HeaderValue
pub fn from_str(s: &str) -> Option<Self>
Trait 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 Hash for HxTriggerName
impl Hash for HxTriggerName
Source§impl Header for HxTriggerName
impl Header for HxTriggerName
Source§impl Ord for HxTriggerName
impl Ord for HxTriggerName
Source§fn cmp(&self, other: &HxTriggerName) -> Ordering
fn cmp(&self, other: &HxTriggerName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HxTriggerName
impl PartialEq for HxTriggerName
Source§impl PartialOrd for HxTriggerName
impl PartialOrd 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