Struct goji::Comments[][src]

pub struct Comments {
    pub comments: Vec<Comment>,
}

Fields

Trait Implementations

impl Debug for Comments
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Comments

impl Sync for Comments