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

Trait Implementations

impl Debug for sfHttpStatus
[src]

Formats the value using the given formatter.

impl Copy for sfHttpStatus
[src]

impl Clone for sfHttpStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sfHttpStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sfHttpStatus
[src]

impl Hash for sfHttpStatus
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more