Struct form_data::Array [] [src]

pub struct Array { /* fields omitted */ }

A definition of an array of type Field to be parsed from form data.

The Array type should only be constructed in the context of a Form. See the Form documentation for more information.

Trait Implementations

impl Debug for Array
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Array
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Array

impl Sync for Array