Struct fmt_macros::Argument [] [src]

pub struct Argument<'a> {
    pub position: Position<'a>,
    pub format: FormatSpec<'a>,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Representation of an argument specification.

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

Where to find this argument

🔬 This is a nightly-only experimental API. (rustc_private)

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 !=.