Struct ffsend_api::action::params::ParamsDataBuilder[][src]

pub struct ParamsDataBuilder { /* fields omitted */ }

Builder for ParamsData.

Methods

impl ParamsDataBuilder
[src]

Important traits for &'a mut R

The number of times this file may be downloaded. This value must be in the (0,20) bounds, as enforced by Send servers.

Builds a new ParamsData.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ParamsDataBuilder
[src]

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

impl Clone for ParamsDataBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations