pub struct HxRefresh;
Expand description
if set to “true” the client-side will do a full refresh of the page
Trait Implementations§
Source§impl Header for HxRefresh
impl Header for HxRefresh
impl Copy 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