[][src]Struct oration::CommentId

struct CommentId {
    id: i32,
}

Used in conjuction with /delete? and /edit?.

Fields

The id of the requested comment.

Trait Implementations

impl<'rocket> FromForm<'rocket> for CommentId
[src]

Parses an instance of Self from the iterator of form items it. Read more

The associated error to be returned when parsing fails.

impl Copy for CommentId
[src]

impl Clone for CommentId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CommentId

impl Sync for CommentId