pub struct HxReplaceUrl;Expand description
replaces the current url in the history stack
Trait Implementations§
Source§impl Clone for HxReplaceUrl
impl Clone for HxReplaceUrl
Source§fn clone(&self) -> HxReplaceUrl
fn clone(&self) -> HxReplaceUrl
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 HxReplaceUrl
impl Debug for HxReplaceUrl
Source§impl HistoryModification for HxReplaceUrl
impl HistoryModification for HxReplaceUrl
Source§fn name() -> &'static HeaderName
fn name() -> &'static HeaderName
the name of the header.
Source§impl PartialEq for HxReplaceUrl
impl PartialEq for HxReplaceUrl
impl Copy for HxReplaceUrl
impl Eq for HxReplaceUrl
impl StructuralPartialEq for HxReplaceUrl
Auto Trait Implementations§
impl Freeze for HxReplaceUrl
impl RefUnwindSafe for HxReplaceUrl
impl Send for HxReplaceUrl
impl Sync for HxReplaceUrl
impl Unpin for HxReplaceUrl
impl UnwindSafe for HxReplaceUrl
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