Struct websocat::line_peer::Line2MessageClass[][src]

pub struct Line2MessageClass;

Trait Implementations

impl Debug for Line2MessageClass
[src]

Formats the value using the given formatter. Read more

impl SpecifierClass for Line2MessageClass
[src]

The primary name of the class

Names to match command line parameters against, with a : colon if needed

--long-help snippet about this specifier

True if it is not expected to preserve message boundaries on reads

Returns if this specifier is an overlay

Given the command line text, construct the specifier arg is what comes after the colon (e.g. //echo.websocket.org in ws://echo.websocket.org) Read more

Given the inner specifier, construct this specifier.

If it is Some then is_overlay, construct and most other things are ignored and prefix get replaced...

Auto Trait Implementations