Struct websocat::SpecifierInfo[][src]

pub struct SpecifierInfo {
    pub this: OneSpecifierInfo,
    pub subspecifier: Option<Box<SpecifierInfo>>,
}

Fields

Trait Implementations

impl Debug for SpecifierInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SpecifierInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations