Struct line_messaging_api_rocket::rocket_line::models::Body[][src]

pub struct Body {
    pub data: String,
}

Fields

Methods

impl Body
[src]

Trait Implementations

impl Debug for Body
[src]

Formats the value using the given formatter. Read more

impl FromData for Body
[src]

The associated error to be returned when the guard fails.

Validates, parses, and converts an instance of Self from the incoming request body data. Read more

Auto Trait Implementations

impl Send for Body

impl Sync for Body