Struct line_messaging_api_rocket::rocket_line::models::Body [−][src]
pub struct Body {
pub data: String,
}Fields
data: String
Methods
impl Body[src]
impl BodyTrait Implementations
impl Debug for Body[src]
impl Debug for Bodyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromData for Body[src]
impl FromData for Body