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
position: Position<'a>
🔬 This is a nightly-only experimental API. (
rustc_private)Where to find this argument
format: FormatSpec<'a>
🔬 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]
fn clone(&self) -> Argument<'a>
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