Enum gdnative_network::HTTPClientStatus [−][src]
#[repr(u32)]pub enum HTTPClientStatus { Disconnected, Resolving, CantResolve, Connecting, CantConnect, Connected, Requesting, Body, ConnectionError, SslHandshakeError, }
Variants
DisconnectedResolvingCantResolveConnectingCantConnectConnectedRequestingBodyConnectionErrorSslHandshakeError
Trait Implementations
impl Copy for HTTPClientStatus[src]
impl Copy for HTTPClientStatusimpl Clone for HTTPClientStatus[src]
impl Clone for HTTPClientStatusfn clone(&self) -> HTTPClientStatus[src]
fn clone(&self) -> HTTPClientStatusReturns 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 HTTPClientStatus[src]
impl Debug for HTTPClientStatusfn 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 HTTPClientStatus[src]
impl PartialEq for HTTPClientStatusfn eq(&self, other: &HTTPClientStatus) -> bool[src]
fn eq(&self, other: &HTTPClientStatus) -> 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 HTTPClientStatus[src]
impl Eq for HTTPClientStatusimpl Hash for HTTPClientStatus[src]
impl Hash for HTTPClientStatusAuto Trait Implementations
impl Send for HTTPClientStatus
impl Send for HTTPClientStatusimpl Sync for HTTPClientStatus
impl Sync for HTTPClientStatus