Enum csfml_network_sys::sfHttpStatus
[−]
[src]
#[repr(u32)]pub enum sfHttpStatus { sfHttpOk, sfHttpCreated, sfHttpAccepted, sfHttpNoContent, sfHttpResetContent, sfHttpPartialContent, sfHttpMultipleChoices, sfHttpMovedPermanently, sfHttpMovedTemporarily, sfHttpNotModified, sfHttpBadRequest, sfHttpUnauthorized, sfHttpForbidden, sfHttpNotFound, sfHttpRangeNotSatisfiable, sfHttpInternalServerError, sfHttpNotImplemented, sfHttpBadGateway, sfHttpServiceNotAvailable, sfHttpGatewayTimeout, sfHttpVersionNotSupported, sfHttpInvalidResponse, sfHttpConnectionFailed, }
Variants
sfHttpOksfHttpCreatedsfHttpAcceptedsfHttpNoContentsfHttpResetContentsfHttpPartialContentsfHttpMultipleChoicessfHttpMovedPermanentlysfHttpMovedTemporarilysfHttpNotModifiedsfHttpBadRequestsfHttpForbiddensfHttpNotFoundsfHttpRangeNotSatisfiablesfHttpInternalServerErrorsfHttpNotImplementedsfHttpBadGatewaysfHttpServiceNotAvailablesfHttpGatewayTimeoutsfHttpVersionNotSupportedsfHttpInvalidResponsesfHttpConnectionFailedTrait Implementations
impl Debug for sfHttpStatus[src]
impl Copy for sfHttpStatus[src]
impl Clone for sfHttpStatus[src]
fn clone(&self) -> sfHttpStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for sfHttpStatus[src]
fn eq(&self, __arg_0: &sfHttpStatus) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.