Struct fmt_macros::ArgumentExperimental [-]  [+] [src]

pub struct Argument<'a> {
    pub position: Position<'a>,
    pub format: FormatSpec<'a>,
}

Representation of an argument specification.

Fields

position

Where to find this argument

format

How to format the argument

Trait Implementations

Derived Implementations

impl<'a> PartialEq for Argument<'a>

fn eq(&self, __arg_0: &Argument<'a>) -> bool

fn ne(&self, __arg_0: &Argument<'a>) -> bool

impl<'a> Copy for Argument<'a>