Struct ResponseCode
pub struct ResponseCode { /* private fields */ }Implementations§
§impl ResponseCode
impl ResponseCode
pub const CONTINUE: ResponseCode
pub const CONTINUE: ResponseCode
Godot enumerator name: RESPONSE_CONTINUE
pub const SWITCHING_PROTOCOLS: ResponseCode
pub const SWITCHING_PROTOCOLS: ResponseCode
Godot enumerator name: RESPONSE_SWITCHING_PROTOCOLS
pub const PROCESSING: ResponseCode
pub const PROCESSING: ResponseCode
Godot enumerator name: RESPONSE_PROCESSING
pub const OK: ResponseCode
pub const OK: ResponseCode
Godot enumerator name: RESPONSE_OK
pub const CREATED: ResponseCode
pub const CREATED: ResponseCode
Godot enumerator name: RESPONSE_CREATED
pub const ACCEPTED: ResponseCode
pub const ACCEPTED: ResponseCode
Godot enumerator name: RESPONSE_ACCEPTED
pub const NON_AUTHORITATIVE_INFORMATION: ResponseCode
pub const NON_AUTHORITATIVE_INFORMATION: ResponseCode
Godot enumerator name: RESPONSE_NON_AUTHORITATIVE_INFORMATION
pub const NO_CONTENT: ResponseCode
pub const NO_CONTENT: ResponseCode
Godot enumerator name: RESPONSE_NO_CONTENT
pub const RESET_CONTENT: ResponseCode
pub const RESET_CONTENT: ResponseCode
Godot enumerator name: RESPONSE_RESET_CONTENT
pub const PARTIAL_CONTENT: ResponseCode
pub const PARTIAL_CONTENT: ResponseCode
Godot enumerator name: RESPONSE_PARTIAL_CONTENT
pub const MULTI_STATUS: ResponseCode
pub const MULTI_STATUS: ResponseCode
Godot enumerator name: RESPONSE_MULTI_STATUS
pub const ALREADY_REPORTED: ResponseCode
pub const ALREADY_REPORTED: ResponseCode
Godot enumerator name: RESPONSE_ALREADY_REPORTED
pub const IM_USED: ResponseCode
pub const IM_USED: ResponseCode
Godot enumerator name: RESPONSE_IM_USED
pub const MULTIPLE_CHOICES: ResponseCode
pub const MULTIPLE_CHOICES: ResponseCode
Godot enumerator name: RESPONSE_MULTIPLE_CHOICES
pub const MOVED_PERMANENTLY: ResponseCode
pub const MOVED_PERMANENTLY: ResponseCode
Godot enumerator name: RESPONSE_MOVED_PERMANENTLY
pub const FOUND: ResponseCode
pub const FOUND: ResponseCode
Godot enumerator name: RESPONSE_FOUND
pub const SEE_OTHER: ResponseCode
pub const SEE_OTHER: ResponseCode
Godot enumerator name: RESPONSE_SEE_OTHER
pub const NOT_MODIFIED: ResponseCode
pub const NOT_MODIFIED: ResponseCode
Godot enumerator name: RESPONSE_NOT_MODIFIED
pub const USE_PROXY: ResponseCode
pub const USE_PROXY: ResponseCode
Godot enumerator name: RESPONSE_USE_PROXY
pub const SWITCH_PROXY: ResponseCode
pub const SWITCH_PROXY: ResponseCode
Godot enumerator name: RESPONSE_SWITCH_PROXY
pub const TEMPORARY_REDIRECT: ResponseCode
pub const TEMPORARY_REDIRECT: ResponseCode
Godot enumerator name: RESPONSE_TEMPORARY_REDIRECT
pub const PERMANENT_REDIRECT: ResponseCode
pub const PERMANENT_REDIRECT: ResponseCode
Godot enumerator name: RESPONSE_PERMANENT_REDIRECT
pub const BAD_REQUEST: ResponseCode
pub const BAD_REQUEST: ResponseCode
Godot enumerator name: RESPONSE_BAD_REQUEST
pub const UNAUTHORIZED: ResponseCode
pub const UNAUTHORIZED: ResponseCode
Godot enumerator name: RESPONSE_UNAUTHORIZED
pub const PAYMENT_REQUIRED: ResponseCode
pub const PAYMENT_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_PAYMENT_REQUIRED
pub const FORBIDDEN: ResponseCode
pub const FORBIDDEN: ResponseCode
Godot enumerator name: RESPONSE_FORBIDDEN
pub const NOT_FOUND: ResponseCode
pub const NOT_FOUND: ResponseCode
Godot enumerator name: RESPONSE_NOT_FOUND
pub const METHOD_NOT_ALLOWED: ResponseCode
pub const METHOD_NOT_ALLOWED: ResponseCode
Godot enumerator name: RESPONSE_METHOD_NOT_ALLOWED
pub const NOT_ACCEPTABLE: ResponseCode
pub const NOT_ACCEPTABLE: ResponseCode
Godot enumerator name: RESPONSE_NOT_ACCEPTABLE
pub const PROXY_AUTHENTICATION_REQUIRED: ResponseCode
pub const PROXY_AUTHENTICATION_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_PROXY_AUTHENTICATION_REQUIRED
pub const REQUEST_TIMEOUT: ResponseCode
pub const REQUEST_TIMEOUT: ResponseCode
Godot enumerator name: RESPONSE_REQUEST_TIMEOUT
pub const CONFLICT: ResponseCode
pub const CONFLICT: ResponseCode
Godot enumerator name: RESPONSE_CONFLICT
pub const GONE: ResponseCode
pub const GONE: ResponseCode
Godot enumerator name: RESPONSE_GONE
pub const LENGTH_REQUIRED: ResponseCode
pub const LENGTH_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_LENGTH_REQUIRED
pub const PRECONDITION_FAILED: ResponseCode
pub const PRECONDITION_FAILED: ResponseCode
Godot enumerator name: RESPONSE_PRECONDITION_FAILED
pub const REQUEST_ENTITY_TOO_LARGE: ResponseCode
pub const REQUEST_ENTITY_TOO_LARGE: ResponseCode
Godot enumerator name: RESPONSE_REQUEST_ENTITY_TOO_LARGE
pub const REQUEST_URI_TOO_LONG: ResponseCode
pub const REQUEST_URI_TOO_LONG: ResponseCode
Godot enumerator name: RESPONSE_REQUEST_URI_TOO_LONG
pub const UNSUPPORTED_MEDIA_TYPE: ResponseCode
pub const UNSUPPORTED_MEDIA_TYPE: ResponseCode
Godot enumerator name: RESPONSE_UNSUPPORTED_MEDIA_TYPE
pub const REQUESTED_RANGE_NOT_SATISFIABLE: ResponseCode
pub const REQUESTED_RANGE_NOT_SATISFIABLE: ResponseCode
Godot enumerator name: RESPONSE_REQUESTED_RANGE_NOT_SATISFIABLE
pub const EXPECTATION_FAILED: ResponseCode
pub const EXPECTATION_FAILED: ResponseCode
Godot enumerator name: RESPONSE_EXPECTATION_FAILED
pub const IM_A_TEAPOT: ResponseCode
pub const IM_A_TEAPOT: ResponseCode
Godot enumerator name: RESPONSE_IM_A_TEAPOT
pub const MISDIRECTED_REQUEST: ResponseCode
pub const MISDIRECTED_REQUEST: ResponseCode
Godot enumerator name: RESPONSE_MISDIRECTED_REQUEST
pub const UNPROCESSABLE_ENTITY: ResponseCode
pub const UNPROCESSABLE_ENTITY: ResponseCode
Godot enumerator name: RESPONSE_UNPROCESSABLE_ENTITY
pub const LOCKED: ResponseCode
pub const LOCKED: ResponseCode
Godot enumerator name: RESPONSE_LOCKED
pub const FAILED_DEPENDENCY: ResponseCode
pub const FAILED_DEPENDENCY: ResponseCode
Godot enumerator name: RESPONSE_FAILED_DEPENDENCY
pub const UPGRADE_REQUIRED: ResponseCode
pub const UPGRADE_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_UPGRADE_REQUIRED
pub const PRECONDITION_REQUIRED: ResponseCode
pub const PRECONDITION_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_PRECONDITION_REQUIRED
pub const TOO_MANY_REQUESTS: ResponseCode
pub const TOO_MANY_REQUESTS: ResponseCode
Godot enumerator name: RESPONSE_TOO_MANY_REQUESTS
pub const REQUEST_HEADER_FIELDS_TOO_LARGE: ResponseCode
pub const REQUEST_HEADER_FIELDS_TOO_LARGE: ResponseCode
Godot enumerator name: RESPONSE_REQUEST_HEADER_FIELDS_TOO_LARGE
pub const UNAVAILABLE_FOR_LEGAL_REASONS: ResponseCode
pub const UNAVAILABLE_FOR_LEGAL_REASONS: ResponseCode
Godot enumerator name: RESPONSE_UNAVAILABLE_FOR_LEGAL_REASONS
pub const INTERNAL_SERVER_ERROR: ResponseCode
pub const INTERNAL_SERVER_ERROR: ResponseCode
Godot enumerator name: RESPONSE_INTERNAL_SERVER_ERROR
pub const NOT_IMPLEMENTED: ResponseCode
pub const NOT_IMPLEMENTED: ResponseCode
Godot enumerator name: RESPONSE_NOT_IMPLEMENTED
pub const BAD_GATEWAY: ResponseCode
pub const BAD_GATEWAY: ResponseCode
Godot enumerator name: RESPONSE_BAD_GATEWAY
pub const SERVICE_UNAVAILABLE: ResponseCode
pub const SERVICE_UNAVAILABLE: ResponseCode
Godot enumerator name: RESPONSE_SERVICE_UNAVAILABLE
pub const GATEWAY_TIMEOUT: ResponseCode
pub const GATEWAY_TIMEOUT: ResponseCode
Godot enumerator name: RESPONSE_GATEWAY_TIMEOUT
pub const HTTP_VERSION_NOT_SUPPORTED: ResponseCode
pub const HTTP_VERSION_NOT_SUPPORTED: ResponseCode
Godot enumerator name: RESPONSE_HTTP_VERSION_NOT_SUPPORTED
pub const VARIANT_ALSO_NEGOTIATES: ResponseCode
pub const VARIANT_ALSO_NEGOTIATES: ResponseCode
Godot enumerator name: RESPONSE_VARIANT_ALSO_NEGOTIATES
pub const INSUFFICIENT_STORAGE: ResponseCode
pub const INSUFFICIENT_STORAGE: ResponseCode
Godot enumerator name: RESPONSE_INSUFFICIENT_STORAGE
pub const LOOP_DETECTED: ResponseCode
pub const LOOP_DETECTED: ResponseCode
Godot enumerator name: RESPONSE_LOOP_DETECTED
pub const NOT_EXTENDED: ResponseCode
pub const NOT_EXTENDED: ResponseCode
Godot enumerator name: RESPONSE_NOT_EXTENDED
pub const NETWORK_AUTH_REQUIRED: ResponseCode
pub const NETWORK_AUTH_REQUIRED: ResponseCode
Godot enumerator name: RESPONSE_NETWORK_AUTH_REQUIRED
Trait Implementations§
§impl Clone for ResponseCode
impl Clone for ResponseCode
§fn clone(&self) -> ResponseCode
fn clone(&self) -> ResponseCode
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more§impl Debug for ResponseCode
impl Debug for ResponseCode
§impl EngineEnum for ResponseCode
impl EngineEnum for ResponseCode
fn try_from_ord(ord: i32) -> Option<ResponseCode>
§fn ord(self) -> i32
fn ord(self) -> i32
§fn values() -> &'static [ResponseCode]
fn values() -> &'static [ResponseCode]
§fn all_constants() -> &'static [EnumConstant<ResponseCode>]
fn all_constants() -> &'static [EnumConstant<ResponseCode>]
fn from_ord(ord: i32) -> Self
§impl Export for ResponseCode
impl Export for ResponseCode
§fn export_hint() -> PropertyHintInfo
fn export_hint() -> PropertyHintInfo
§impl FromGodot for ResponseCode
impl FromGodot for ResponseCode
§fn try_from_godot(
via: <ResponseCode as GodotConvert>::Via,
) -> Result<ResponseCode, ConvertError>
fn try_from_godot( via: <ResponseCode as GodotConvert>::Via, ) -> Result<ResponseCode, ConvertError>
Err on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Variant, returning Err on failure.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
§impl GodotConvert for ResponseCode
impl GodotConvert for ResponseCode
§impl Hash for ResponseCode
impl Hash for ResponseCode
§impl PartialEq for ResponseCode
impl PartialEq for ResponseCode
§impl ToGodot for ResponseCode
impl ToGodot for ResponseCode
§fn to_godot(&self) -> <ResponseCode as GodotConvert>::Via
fn to_godot(&self) -> <ResponseCode as GodotConvert>::Via
§fn to_godot_owned(&self) -> Self::Via
fn to_godot_owned(&self) -> Self::Via
§fn to_variant(&self) -> Variant
fn to_variant(&self) -> Variant
§impl Var for ResponseCode
impl Var for ResponseCode
fn get_property(&self) -> <ResponseCode as GodotConvert>::Via
fn set_property(&mut self, value: <ResponseCode as GodotConvert>::Via)
§fn var_hint() -> PropertyHintInfo
fn var_hint() -> PropertyHintInfo
GodotType::property_info, e.g. for enums/newtypes.