Struct rpcperf_workload::Parameter [] [src]

pub struct Parameter {
    pub id: Option<i16>,
    pub ptype: Type,
    pub seed: usize,
    pub size: usize,
    pub style: Style,
    pub regenerate: bool,
    pub value: Value,
}

Fields

id: Option<i16> ptype: Type seed: usize size: usize style: Style regenerate: bool value: Value

Trait Implementations

impl Debug for Parameter
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Parameter
[src]

fn clone(&self) -> Parameter

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Parameter
[src]

fn default() -> Parameter

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