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)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Representation of an argument specification.
Fields
position: Position<'a>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Where to find this argument
format: FormatSpec<'a>
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
How to format the argument
Trait Implementations
impl<'a> Copy for Argument<'a>[src]
impl<'a> Copy for Argument<'a>impl<'a> Clone for Argument<'a>[src]
impl<'a> Clone for Argument<'a>fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> PartialEq for Argument<'a>[src]
impl<'a> PartialEq for Argument<'a>