#[repr(C)]pub struct HttpRequestT {
pub id: u64,
pub request_target: *const c_char,
}
Fields§
§id: u64
§request_target: *const c_char
Trait Implementations§
Source§impl Clone for HttpRequestT
impl Clone for HttpRequestT
Source§fn clone(&self) -> HttpRequestT
fn clone(&self) -> HttpRequestT
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 Default for HttpRequestT
impl Default for HttpRequestT
impl Copy for HttpRequestT
Auto Trait Implementations§
impl Freeze for HttpRequestT
impl RefUnwindSafe for HttpRequestT
impl !Send for HttpRequestT
impl !Sync for HttpRequestT
impl Unpin for HttpRequestT
impl UnwindSafe for HttpRequestT
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