Enum tango::Warning[][src]

pub enum Warning {
    EncodedUrlMismatch {
        actual: String,
        expect: String,
    },
}

Variants

Fields of EncodedUrlMismatch

Trait Implementations

impl Debug for Warning
[src]

Formats the value using the given formatter. Read more

impl Display for Warning
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Warning

impl Sync for Warning