[][src]Struct websocat::WebsocatConfiguration2

pub struct WebsocatConfiguration2 {
    pub opts: Options,
    pub s1: SpecifierStack,
    pub s2: SpecifierStack,
}

Fields

opts: Optionss1: SpecifierStacks2: SpecifierStack

Methods

impl WebsocatConfiguration2[src]

pub fn inetd_mode(&self) -> bool[src]

pub fn websocket_used(&self) -> bool[src]

pub fn exec_used(&self) -> bool[src]

pub fn contains_class(&self, x: &'static str) -> bool[src]

pub fn get_exec_parameter(&self) -> Option<&str>[src]

pub fn lint_and_fixup(
    &mut self,
    on_warning: OnWarning
) -> Result<(), Box<dyn Error>>
[src]

impl WebsocatConfiguration2[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.