Struct websocat::mirror_peer::LiteralReply[][src]

pub struct LiteralReply(pub Vec<u8>);

Trait Implementations

impl Clone for LiteralReply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Specifier for LiteralReply
[src]

Apply the specifier for constructing a "socket" or other connecting device.

impl Debug for LiteralReply
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations