Struct cucumber::event::response::StepArg [] [src]

pub struct StepArg {
    pub val: Option<String>,
    pub pos: Option<u32>,
}

Fields

val: Option<String> pos: Option<u32>

Trait Implementations

impl Debug for StepArg
[src]

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

Formats the value using the given formatter.

impl Clone for StepArg
[src]

fn clone(&self) -> StepArg

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 PartialEq for StepArg
[src]

fn eq(&self, __arg_0: &StepArg) -> bool

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

fn ne(&self, __arg_0: &StepArg) -> bool

This method tests for !=.

impl Eq for StepArg
[src]

impl Serialize for StepArg
[src]

fn serialize<S: Serializer>(&self, s: &mut S) -> Result<(), S::Error>

Serializes this value into this serializer.