pub struct HxRefresh;
Implementations§
Source§impl HxRefresh
impl HxRefresh
pub fn into_value(self) -> HeaderValue
Trait Implementations§
Source§impl Header for HxRefresh
impl Header for HxRefresh
Source§impl Ord for HxRefresh
impl Ord for HxRefresh
Source§impl PartialOrd for HxRefresh
impl PartialOrd for HxRefresh
impl Eq for HxRefresh
impl StructuralPartialEq for HxRefresh
Auto Trait Implementations§
impl Freeze for HxRefresh
impl RefUnwindSafe for HxRefresh
impl Send for HxRefresh
impl Sync for HxRefresh
impl Unpin for HxRefresh
impl UnwindSafe for HxRefresh
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