Enum gdnative_network::HTTPRequestResult [−][src]
#[repr(u32)]pub enum HTTPRequestResult { Success, ChunkedBodySizeMismatch, CantConnect, CantResolve, ConnectionError, SslHandshakeError, NoResponse, BodySizeLimitExceeded, RequestFailed, DownloadFileCantOpen, DownloadFileWriteError, RedirectLimitReached, }
Variants
SuccessChunkedBodySizeMismatchCantConnectCantResolveConnectionErrorSslHandshakeErrorNoResponseBodySizeLimitExceededRequestFailedDownloadFileCantOpenDownloadFileWriteErrorRedirectLimitReached
Trait Implementations
impl Copy for HTTPRequestResult[src]
impl Copy for HTTPRequestResultimpl Clone for HTTPRequestResult[src]
impl Clone for HTTPRequestResultfn clone(&self) -> HTTPRequestResult[src]
fn clone(&self) -> HTTPRequestResultReturns 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 HTTPRequestResult[src]
impl Debug for HTTPRequestResultfn 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 HTTPRequestResult[src]
impl PartialEq for HTTPRequestResultfn eq(&self, other: &HTTPRequestResult) -> bool[src]
fn eq(&self, other: &HTTPRequestResult) -> 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 HTTPRequestResult[src]
impl Eq for HTTPRequestResultimpl Hash for HTTPRequestResult[src]
impl Hash for HTTPRequestResultAuto Trait Implementations
impl Send for HTTPRequestResult
impl Send for HTTPRequestResultimpl Sync for HTTPRequestResult
impl Sync for HTTPRequestResult