[][src]Struct oration::models::comments::CommentEdits

pub struct CommentEdits {
    id: i32,
    author: Option<String>,
    text: String,
    hash: String,
}

Subset of the comment which was just edited. This data is needed to populate the frontend without calling for a complete refresh.

Fields

Primary key.

Commentors details.

Actual comment.

Commentors indentifier.

Methods

impl CommentEdits
[src]

Creates a new nested comment from a PrintedComment and a set of precalculated NestedComment children.

Trait Implementations

impl Debug for CommentEdits
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CommentEdits

impl Sync for CommentEdits