Enum pretty_good::LiteralData [] [src]

pub enum LiteralData {
    Binary(Vec<u8>),
    Text(String),
}

The contents of a LiteralPacket.

Variants

Trait Implementations

impl Clone for LiteralData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LiteralData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LiteralData

impl Sync for LiteralData