#[repr(C)]pub struct UnityWebRequest_UnityWebRequestError {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl UnityWebRequest_UnityWebRequestError
impl UnityWebRequest_UnityWebRequestError
pub fn ok() -> Self
pub fn unknown() -> Self
pub fn sdk_error() -> Self
pub fn unsupported_protocol() -> Self
pub fn malformatted_url() -> Self
pub fn cannot_resolve_proxy() -> Self
pub fn cannot_resolve_host() -> Self
pub fn cannot_connect_to_host() -> Self
pub fn access_denied() -> Self
pub fn generic_http_error() -> Self
pub fn write_error() -> Self
pub fn read_error() -> Self
pub fn out_of_memory() -> Self
pub fn timeout() -> Self
pub fn http_post_error() -> Self
pub fn ssl_cannot_connect() -> Self
pub fn aborted() -> Self
pub fn too_many_redirects() -> Self
pub fn received_no_data() -> Self
pub fn ssl_not_supported() -> Self
pub fn failed_to_send_data() -> Self
pub fn failed_to_receive_data() -> Self
pub fn ssl_certificate_error() -> Self
pub fn ssl_cipher_not_available() -> Self
pub fn sslca_cert_error() -> Self
pub fn unrecognized_content_encoding() -> Self
pub fn login_failed() -> Self
pub fn ssl_shutdown_failed() -> Self
pub fn no_internet_connection() -> Self
Trait Implementations§
Source§impl Clone for UnityWebRequest_UnityWebRequestError
impl Clone for UnityWebRequest_UnityWebRequestError
Source§fn clone(&self) -> UnityWebRequest_UnityWebRequestError
fn clone(&self) -> UnityWebRequest_UnityWebRequestError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnityWebRequest_UnityWebRequestError
impl Debug for UnityWebRequest_UnityWebRequestError
Source§impl IlType for UnityWebRequest_UnityWebRequestError
impl IlType for UnityWebRequest_UnityWebRequestError
Source§impl PartialEq for UnityWebRequest_UnityWebRequestError
impl PartialEq for UnityWebRequest_UnityWebRequestError
impl Copy for UnityWebRequest_UnityWebRequestError
impl Eq for UnityWebRequest_UnityWebRequestError
impl StructuralPartialEq for UnityWebRequest_UnityWebRequestError
Auto Trait Implementations§
impl Freeze for UnityWebRequest_UnityWebRequestError
impl RefUnwindSafe for UnityWebRequest_UnityWebRequestError
impl Send for UnityWebRequest_UnityWebRequestError
impl Sync for UnityWebRequest_UnityWebRequestError
impl Unpin for UnityWebRequest_UnityWebRequestError
impl UnwindSafe for UnityWebRequest_UnityWebRequestError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)