Enum netkeeper::ipclient::dialer::ISPCode [] [src]

pub enum ISPCode {
    CChinaUnicom,
    CChinaTelecom,
    CChinaMobile,
}

Variants

Trait Implementations

impl Debug for ISPCode
[src]

[src]

Formats the value using the given formatter.

impl Clone for ISPCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ISPCode
[src]