#[repr(C)]pub struct HttpRequestData {
pub method: HttpMethod,
pub url: *const Char16,
}
Fields§
§method: HttpMethod
§url: *const Char16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpRequestData
impl RefUnwindSafe for HttpRequestData
impl !Send for HttpRequestData
impl !Sync for HttpRequestData
impl Unpin for HttpRequestData
impl UnwindSafe for HttpRequestData
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