Enum gdnative::HTTPClientResponseCode[][src]

#[repr(u32)]
pub enum HTTPClientResponseCode { ResponseBadGateway, ResponseFailedDependency, ResponseProcessing, ResponseSwitchProxy, ResponseMultiStatus, ResponseUnsupportedMediaType, ResponseNoContent, ResponseInsufficientStorage, ResponseUnprocessableEntity, ResponsePartialContent, ResponseBadRequest, ResponseGatewayTimeout, ResponseConflict, ResponseMisdirectedRequest, ResponseImATeapot, ResponseNotImplemented, ResponseOk, ResponseUpgradeRequired, ResponseContinue, ResponseSwitchingProtocols, ResponseUseProxy, ResponseFound, ResponseForbidden, ResponsePaymentRequired, ResponseNotFound, ResponseLocked, ResponseResetContent, ResponseNonAuthoritativeInformation, ResponseHttpVersionNotSupported, ResponseMultipleChoices, ResponseInternalServerError, ResponsePermanentRedirect, ResponseNotModified, ResponseRequestTimeout, ResponseProxyAuthenticationRequired, ResponseNotAcceptable, ResponseAlreadyReported, ResponseServiceUnavailable, ResponseRequestHeaderFieldsTooLarge, ResponseMethodNotAllowed, ResponseTemporaryRedirect, ResponseRequestedRangeNotSatisfiable, ResponseUnavailableForLegalReasons, ResponseMovedPermanently, ResponseRequestEntityTooLarge, ResponseTooManyRequests, ResponseUnauthorized, ResponsePreconditionFailed, ResponseNotExtended, ResponseLengthRequired, ResponseSeeOther, ResponseLoopDetected, ResponseGone, ResponseImUsed, ResponseExpectationFailed, ResponseCreated, ResponseVariantAlsoNegotiates, ResponsePreconditionRequired, ResponseRequestUriTooLong, ResponseAccepted, ResponseNetworkAuthRequired, }

Variants

Trait Implementations

impl Copy for HTTPClientResponseCode
[src]

impl Clone for HTTPClientResponseCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HTTPClientResponseCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HTTPClientResponseCode
[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 HTTPClientResponseCode
[src]

impl Hash for HTTPClientResponseCode
[src]

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

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

Auto Trait Implementations