Enum badtouch::http::Body[][src]

pub enum Body {
    Raw(String),
    Form(Value),
    Json(Value),
}

Variants

Trait Implementations

impl Debug for Body
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Body

impl Sync for Body