Enum candidateparser::CandidateType [] [src]

pub enum CandidateType {
    Host,
    Srflx,
    Prflx,
    Relay,
    Token(String),
}

All possible candidate types.

Variants

Trait Implementations

impl Debug for CandidateType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CandidateType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for CandidateType
[src]

impl Clone for CandidateType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for CandidateType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Into<CString> for CandidateType
[src]

[src]

Performs the conversion.

impl Display for CandidateType
[src]

[src]

Formats the value using the given formatter. Read more