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