Struct websocat::OneSpecifierInfo[][src]

pub struct OneSpecifierInfo {
    pub multiconnect: bool,
    pub uses_global_state: bool,
    pub typ: SpecifierType,
}

Fields

Trait Implementations

impl Debug for OneSpecifierInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for OneSpecifierInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OneSpecifierInfo
[src]

Auto Trait Implementations