Enum gdnative_network::UPNPDeviceIGDStatus [−][src]
#[repr(u32)]pub enum UPNPDeviceIGDStatus { Ok, HttpError, HttpEmpty, NoUrls, NoIgd, Disconnected, UnknownDevice, InvalidControl, MallocError, UnknownError, }
Variants
OkHttpErrorHttpEmptyNoUrlsNoIgdDisconnectedUnknownDeviceInvalidControlMallocErrorUnknownError
Trait Implementations
impl Copy for UPNPDeviceIGDStatus[src]
impl Copy for UPNPDeviceIGDStatusimpl Clone for UPNPDeviceIGDStatus[src]
impl Clone for UPNPDeviceIGDStatusfn clone(&self) -> UPNPDeviceIGDStatus[src]
fn clone(&self) -> UPNPDeviceIGDStatusReturns 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 UPNPDeviceIGDStatus[src]
impl Debug for UPNPDeviceIGDStatusfn 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 UPNPDeviceIGDStatus[src]
impl PartialEq for UPNPDeviceIGDStatusfn eq(&self, other: &UPNPDeviceIGDStatus) -> bool[src]
fn eq(&self, other: &UPNPDeviceIGDStatus) -> 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 UPNPDeviceIGDStatus[src]
impl Eq for UPNPDeviceIGDStatusimpl Hash for UPNPDeviceIGDStatus[src]
impl Hash for UPNPDeviceIGDStatusAuto Trait Implementations
impl Send for UPNPDeviceIGDStatus
impl Send for UPNPDeviceIGDStatusimpl Sync for UPNPDeviceIGDStatus
impl Sync for UPNPDeviceIGDStatus