pub struct HxPushUrl(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Header for HxPushUrl
impl Header for HxPushUrl
Source§impl Ord for HxPushUrl
impl Ord for HxPushUrl
Source§impl PartialOrd for HxPushUrl
impl PartialOrd 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