Struct rss::TextInputBuilder [] [src]

pub struct TextInputBuilder { /* fields omitted */ }

Builder for TextInput.

Methods

impl TextInputBuilder
[src]

[src]

The label of the Submit button for the text input.

[src]

A description of the text input.

[src]

The name of the text object.

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

[src]

Builds a new TextInput.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for TextInputBuilder
[src]

[src]

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

impl Clone for TextInputBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more