Struct goji::Comment[][src]

pub struct Comment {
    pub id: Option<String>,
    pub self_link: String,
    pub author: Option<User>,
    pub update_author: Option<User>,
    pub created: String,
    pub updated: String,
    pub body: String,
    pub visibility: Option<Visibility>,
}

Fields

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment