#[repr(C)]pub struct HttpRequestT {
pub id: u64,
pub request_target: *const c_char,
}Fields§
§id: u64§request_target: *const c_charTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HttpRequestT
Auto Trait Implementations§
impl !Send for HttpRequestT
impl !Sync for HttpRequestT
impl Freeze for HttpRequestT
impl RefUnwindSafe for HttpRequestT
impl Unpin for HttpRequestT
impl UnsafeUnpin 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