#[repr(C)]pub struct tm_https_response_t {
pub status: i32,
pub _padding_161: [i8; 4],
pub error: *const i8,
pub raw_header: *const i8,
pub http_status_code: u32,
pub _padding_179: [i8; 4],
pub http_status: *const i8,
pub headers: *mut tm_https_response_header_t,
pub content_length: u64,
pub content_received: u64,
pub body: *mut i8,
}Fields§
§status: i32§_padding_161: [i8; 4]§error: *const i8§raw_header: *const i8§http_status_code: u32§_padding_179: [i8; 4]§http_status: *const i8§headers: *mut tm_https_response_header_t§content_length: u64§content_received: u64§body: *mut i8Trait Implementations§
Source§impl Clone for tm_https_response_t
impl Clone for tm_https_response_t
Source§fn clone(&self) -> tm_https_response_t
fn clone(&self) -> tm_https_response_t
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 moreimpl Copy for tm_https_response_t
Auto Trait Implementations§
impl Freeze for tm_https_response_t
impl RefUnwindSafe for tm_https_response_t
impl !Send for tm_https_response_t
impl !Sync for tm_https_response_t
impl Unpin for tm_https_response_t
impl UnwindSafe for tm_https_response_t
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