Struct gdnative_bindings::http_client::ResponseCode[][src]

pub struct ResponseCode(pub i64);

Implementations

impl ResponseCode[src]

pub const CONTINUE: ResponseCode[src]

pub const SWITCHING_PROTOCOLS: ResponseCode[src]

pub const PROCESSING: ResponseCode[src]

pub const OK: ResponseCode[src]

pub const CREATED: ResponseCode[src]

pub const ACCEPTED: ResponseCode[src]

pub const NON_AUTHORITATIVE_INFORMATION: ResponseCode[src]

pub const NO_CONTENT: ResponseCode[src]

pub const RESET_CONTENT: ResponseCode[src]

pub const PARTIAL_CONTENT: ResponseCode[src]

pub const MULTI_STATUS: ResponseCode[src]

pub const ALREADY_REPORTED: ResponseCode[src]

pub const IM_USED: ResponseCode[src]

pub const MULTIPLE_CHOICES: ResponseCode[src]

pub const MOVED_PERMANENTLY: ResponseCode[src]

pub const FOUND: ResponseCode[src]

pub const SEE_OTHER: ResponseCode[src]

pub const NOT_MODIFIED: ResponseCode[src]

pub const USE_PROXY: ResponseCode[src]

pub const SWITCH_PROXY: ResponseCode[src]

pub const TEMPORARY_REDIRECT: ResponseCode[src]

pub const PERMANENT_REDIRECT: ResponseCode[src]

pub const BAD_REQUEST: ResponseCode[src]

pub const UNAUTHORIZED: ResponseCode[src]

pub const PAYMENT_REQUIRED: ResponseCode[src]

pub const FORBIDDEN: ResponseCode[src]

pub const NOT_FOUND: ResponseCode[src]

pub const METHOD_NOT_ALLOWED: ResponseCode[src]

pub const NOT_ACCEPTABLE: ResponseCode[src]

pub const PROXY_AUTHENTICATION_REQUIRED: ResponseCode[src]

pub const REQUEST_TIMEOUT: ResponseCode[src]

pub const CONFLICT: ResponseCode[src]

pub const GONE: ResponseCode[src]

pub const LENGTH_REQUIRED: ResponseCode[src]

pub const PRECONDITION_FAILED: ResponseCode[src]

pub const REQUEST_ENTITY_TOO_LARGE: ResponseCode[src]

pub const REQUEST_URI_TOO_LONG: ResponseCode[src]

pub const UNSUPPORTED_MEDIA_TYPE: ResponseCode[src]

pub const REQUESTED_RANGE_NOT_SATISFIABLE: ResponseCode[src]

pub const EXPECTATION_FAILED: ResponseCode[src]

pub const IM_A_TEAPOT: ResponseCode[src]

pub const MISDIRECTED_REQUEST: ResponseCode[src]

pub const UNPROCESSABLE_ENTITY: ResponseCode[src]

pub const LOCKED: ResponseCode[src]

pub const FAILED_DEPENDENCY: ResponseCode[src]

pub const UPGRADE_REQUIRED: ResponseCode[src]

pub const PRECONDITION_REQUIRED: ResponseCode[src]

pub const TOO_MANY_REQUESTS: ResponseCode[src]

pub const REQUEST_HEADER_FIELDS_TOO_LARGE: ResponseCode[src]

pub const INTERNAL_SERVER_ERROR: ResponseCode[src]

pub const NOT_IMPLEMENTED: ResponseCode[src]

pub const BAD_GATEWAY: ResponseCode[src]

pub const SERVICE_UNAVAILABLE: ResponseCode[src]

pub const GATEWAY_TIMEOUT: ResponseCode[src]

pub const HTTP_VERSION_NOT_SUPPORTED: ResponseCode[src]

pub const VARIANT_ALSO_NEGOTIATES: ResponseCode[src]

pub const INSUFFICIENT_STORAGE: ResponseCode[src]

pub const LOOP_DETECTED: ResponseCode[src]

pub const NOT_EXTENDED: ResponseCode[src]

pub const NETWORK_AUTH_REQUIRED: ResponseCode[src]

Trait Implementations

impl Clone for ResponseCode[src]

impl Copy for ResponseCode[src]

impl Debug for ResponseCode[src]

impl Eq for ResponseCode[src]

impl From<i64> for ResponseCode[src]

impl Hash for ResponseCode[src]

impl Ord for ResponseCode[src]

impl PartialEq<ResponseCode> for ResponseCode[src]

impl PartialOrd<ResponseCode> for ResponseCode[src]

impl StructuralEq for ResponseCode[src]

impl StructuralPartialEq for ResponseCode[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CallHasher for T where
    T: Hash + ?Sized

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.