[−][src]Struct gdnative_bindings::http_client::ResponseCode
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 UNAVAILABLE_FOR_LEGAL_REASONS: 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]
fn clone(&self) -> ResponseCode[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ResponseCode[src]
impl Debug for ResponseCode[src]
impl Eq for ResponseCode[src]
impl From<ResponseCode> for i64[src]
fn from(v: ResponseCode) -> Self[src]
impl From<i64> for ResponseCode[src]
impl Hash for ResponseCode[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for ResponseCode[src]
fn cmp(&self, other: &ResponseCode) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<ResponseCode> for ResponseCode[src]
fn eq(&self, other: &ResponseCode) -> bool[src]
fn ne(&self, other: &ResponseCode) -> bool[src]
impl PartialOrd<ResponseCode> for ResponseCode[src]
fn partial_cmp(&self, other: &ResponseCode) -> Option<Ordering>[src]
fn lt(&self, other: &ResponseCode) -> bool[src]
fn le(&self, other: &ResponseCode) -> bool[src]
fn gt(&self, other: &ResponseCode) -> bool[src]
fn ge(&self, other: &ResponseCode) -> bool[src]
impl StructuralEq for ResponseCode[src]
impl StructuralPartialEq for ResponseCode[src]
Auto Trait Implementations
impl RefUnwindSafe for ResponseCode
impl Send for ResponseCode
impl Sync for ResponseCode
impl Unpin for ResponseCode
impl UnwindSafe for ResponseCode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,