Enum hb::request::Content[][src]

pub enum Content {
    Size(usize),
    Text(String),
}

Variants

Methods

impl Content
[src]

Important traits for Vec<u8>

Trait Implementations

impl Debug for Content
[src]

Formats the value using the given formatter. Read more

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Content

impl Sync for Content