Struct wasix::HttpStatus
source · #[repr(C)]pub struct HttpStatus {
pub ok: Bool,
pub redirected: Bool,
pub size: Filesize,
pub status: u16,
}Fields§
§ok: Bool§redirected: Bool§size: FilesizeSize of the response
status: u16HTTP status code for this response
Trait Implementations§
source§impl Clone for HttpStatus
impl Clone for HttpStatus
source§fn clone(&self) -> HttpStatus
fn clone(&self) -> HttpStatus
Returns a copy 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 more