Struct syntex_fmt_macros::Argument [] [src]

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

Representation of an argument specification.

Fields

Where to find this argument

How to format the argument

Trait Implementations

impl<'a> Copy for Argument<'a>
[src]

impl<'a> Clone for Argument<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for Argument<'a>
[src]

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

This method tests for !=.