pub struct CRequest {
pub method: CString,
pub uri: CString,
pub headers: HashMap<CString, CString>,
pub body: CString,
}Fields§
§method: CString§uri: CString§headers: HashMap<CString, CString>§body: CStringImplementations§
Auto Trait Implementations§
impl Freeze for CRequest
impl RefUnwindSafe for CRequest
impl Send for CRequest
impl Sync for CRequest
impl Unpin for CRequest
impl UnwindSafe for CRequest
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