Struct hubcaps::comments::CommentOptions[][src]

pub struct CommentOptions {
    pub body: String,
}

Fields

Trait Implementations

impl Debug for CommentOptions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations