Struct sflow::ExtendedUrl [] [src]

pub struct ExtendedUrl {
    pub directoin: u32,
    pub url: String,
    pub host: String,
}

Fields

Trait Implementations

impl Debug for ExtendedUrl
[src]

Formats the value using the given formatter.

impl Clone for ExtendedUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodeable for ExtendedUrl
[src]