[][src]Struct oration::Post

struct Post {
    url: String,
}

Used in conjuction with /count? and /comments?.

Fields

Gets the url for the request.

Trait Implementations

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

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

The associated error to be returned when parsing fails.

Auto Trait Implementations

impl Send for Post

impl Sync for Post