pub struct HxPushUrl(/* private fields */);Implementations§
Trait Implementations§
impl Eq for HxPushUrl
Source§impl Header for HxPushUrl
impl Header for HxPushUrl
Source§impl Ord for HxPushUrl
impl Ord for HxPushUrl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for HxPushUrl
impl PartialOrd 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 UnsafeUnpin 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