Struct wasix::lib_generated64::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: Filesize
Size of the response
status: u16
HTTP 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 moresource§impl Debug for HttpStatus
impl Debug for HttpStatus
impl Copy for HttpStatus
Auto Trait Implementations§
impl RefUnwindSafe for HttpStatus
impl Send for HttpStatus
impl Sync for HttpStatus
impl Unpin for HttpStatus
impl UnwindSafe for HttpStatus
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