pub struct HxTriggerAfterSettle(/* private fields */);
Implementations§
Source§impl HxTriggerAfterSettle
impl HxTriggerAfterSettle
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 HxTriggerAfterSettle
impl Clone for HxTriggerAfterSettle
Source§fn clone(&self) -> HxTriggerAfterSettle
fn clone(&self) -> HxTriggerAfterSettle
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 HxTriggerAfterSettle
impl Debug for HxTriggerAfterSettle
Source§impl Hash for HxTriggerAfterSettle
impl Hash for HxTriggerAfterSettle
Source§impl Header for HxTriggerAfterSettle
impl Header for HxTriggerAfterSettle
Source§impl Ord for HxTriggerAfterSettle
impl Ord for HxTriggerAfterSettle
Source§fn cmp(&self, other: &HxTriggerAfterSettle) -> Ordering
fn cmp(&self, other: &HxTriggerAfterSettle) -> 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 HxTriggerAfterSettle
impl PartialEq for HxTriggerAfterSettle
Source§impl PartialOrd for HxTriggerAfterSettle
impl PartialOrd for HxTriggerAfterSettle
impl Eq for HxTriggerAfterSettle
impl StructuralPartialEq for HxTriggerAfterSettle
Auto Trait Implementations§
impl !Freeze for HxTriggerAfterSettle
impl RefUnwindSafe for HxTriggerAfterSettle
impl Send for HxTriggerAfterSettle
impl Sync for HxTriggerAfterSettle
impl Unpin for HxTriggerAfterSettle
impl UnwindSafe for HxTriggerAfterSettle
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