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