Enum orca::data::Comment [] [src]

pub enum Comment {
    Loaded(Box<CommentData>),
    NotLoaded(String),
}

Variants

Trait Implementations

impl Debug for Comment
[src]

[src]

Formats the value using the given formatter.

impl Clone for Comment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Thing for Comment
[src]