pub struct HxRequest;Expand description
always “true”
Trait Implementations§
Source§impl Header for HxRequest
impl Header for HxRequest
impl Copy for HxRequest
impl Eq for HxRequest
impl StructuralPartialEq for HxRequest
Auto Trait Implementations§
impl Freeze for HxRequest
impl RefUnwindSafe for HxRequest
impl Send for HxRequest
impl Sync for HxRequest
impl Unpin for HxRequest
impl UnwindSafe for HxRequest
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