Struct rss::TextInput [] [src]

pub struct TextInput {
    pub title: String,
    pub description: String,
    pub name: String,
    pub link: String,
}

A representation of the <textInput> element.

Fields

The label of the Submit button for the text input.

A description of the text input.

The name of the text object.

The URL of the CGI script that processes the text input request.

Trait Implementations

impl Debug for TextInput
[src]

Formats the value using the given formatter.

impl Default for TextInput
[src]

Returns the "default value" for a type. Read more

impl Clone for TextInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.