pub struct HxPushUrl;
Expand description
pushes a new url into the history stack
Trait Implementations§
Source§impl HistoryModification for HxPushUrl
impl HistoryModification for HxPushUrl
Source§fn name() -> &'static HeaderName
fn name() -> &'static HeaderName
the name of the header.
impl Copy for HxPushUrl
impl Eq for HxPushUrl
impl StructuralPartialEq for HxPushUrl
Auto Trait Implementations§
impl Freeze for HxPushUrl
impl RefUnwindSafe for HxPushUrl
impl Send for HxPushUrl
impl Sync for HxPushUrl
impl Unpin for HxPushUrl
impl UnwindSafe for HxPushUrl
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