Enum gdnative_network::HTTPClientResponseCode [−][src]
#[repr(u32)]pub enum HTTPClientResponseCode { ResponseContinue, ResponseSwitchingProtocols, ResponseProcessing, ResponseOk, ResponseCreated, ResponseAccepted, ResponseNonAuthoritativeInformation, ResponseNoContent, ResponseResetContent, ResponsePartialContent, ResponseMultiStatus, ResponseAlreadyReported, ResponseImUsed, ResponseMultipleChoices, ResponseMovedPermanently, ResponseFound, ResponseSeeOther, ResponseNotModified, ResponseUseProxy, ResponseSwitchProxy, ResponseTemporaryRedirect, ResponsePermanentRedirect, ResponseBadRequest, ResponseUnauthorized, ResponsePaymentRequired, ResponseForbidden, ResponseNotFound, ResponseMethodNotAllowed, ResponseNotAcceptable, ResponseProxyAuthenticationRequired, ResponseRequestTimeout, ResponseConflict, ResponseGone, ResponseLengthRequired, ResponsePreconditionFailed, ResponseRequestEntityTooLarge, ResponseRequestUriTooLong, ResponseUnsupportedMediaType, ResponseRequestedRangeNotSatisfiable, ResponseExpectationFailed, ResponseImATeapot, ResponseMisdirectedRequest, ResponseUnprocessableEntity, ResponseLocked, ResponseFailedDependency, ResponseUpgradeRequired, ResponsePreconditionRequired, ResponseTooManyRequests, ResponseRequestHeaderFieldsTooLarge, ResponseUnavailableForLegalReasons, ResponseInternalServerError, ResponseNotImplemented, ResponseBadGateway, ResponseServiceUnavailable, ResponseGatewayTimeout, ResponseHttpVersionNotSupported, ResponseVariantAlsoNegotiates, ResponseInsufficientStorage, ResponseLoopDetected, ResponseNotExtended, ResponseNetworkAuthRequired, }
Variants
ResponseContinueResponseSwitchingProtocolsResponseProcessingResponseOkResponseCreatedResponseAcceptedResponseNonAuthoritativeInformationResponseNoContentResponseResetContentResponsePartialContentResponseMultiStatusResponseAlreadyReportedResponseImUsedResponseMultipleChoicesResponseMovedPermanentlyResponseFoundResponseSeeOtherResponseNotModifiedResponseUseProxyResponseSwitchProxyResponseTemporaryRedirectResponsePermanentRedirectResponseBadRequestResponsePaymentRequiredResponseForbiddenResponseNotFoundResponseMethodNotAllowedResponseNotAcceptableResponseProxyAuthenticationRequiredResponseRequestTimeoutResponseConflictResponseGoneResponseLengthRequiredResponsePreconditionFailedResponseRequestEntityTooLargeResponseRequestUriTooLongResponseUnsupportedMediaTypeResponseRequestedRangeNotSatisfiableResponseExpectationFailedResponseImATeapotResponseMisdirectedRequestResponseUnprocessableEntityResponseLockedResponseFailedDependencyResponseUpgradeRequiredResponsePreconditionRequiredResponseTooManyRequestsResponseRequestHeaderFieldsTooLargeResponseInternalServerErrorResponseNotImplementedResponseBadGatewayResponseGatewayTimeoutResponseHttpVersionNotSupportedResponseVariantAlsoNegotiatesResponseInsufficientStorageResponseLoopDetectedResponseNotExtendedResponseNetworkAuthRequired
Trait Implementations
impl Copy for HTTPClientResponseCode[src]
impl Copy for HTTPClientResponseCodeimpl Clone for HTTPClientResponseCode[src]
impl Clone for HTTPClientResponseCodefn clone(&self) -> HTTPClientResponseCode[src]
fn clone(&self) -> HTTPClientResponseCodeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for HTTPClientResponseCode[src]
impl Debug for HTTPClientResponseCodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for HTTPClientResponseCode[src]
impl PartialEq for HTTPClientResponseCodefn eq(&self, other: &HTTPClientResponseCode) -> bool[src]
fn eq(&self, other: &HTTPClientResponseCode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for HTTPClientResponseCode[src]
impl Eq for HTTPClientResponseCodeimpl Hash for HTTPClientResponseCode[src]
impl Hash for HTTPClientResponseCodeAuto Trait Implementations
impl Send for HTTPClientResponseCode
impl Send for HTTPClientResponseCodeimpl Sync for HTTPClientResponseCode
impl Sync for HTTPClientResponseCode