Enum fmt_macros::Position [−][src]
🔬 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?
Enum describing where an argument for a format can be located.
Variants
ArgumentImplicitlyIs(usize)
🔬 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?
The argument is implied to be located at an index
ArgumentIs(usize)
🔬 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?
The argument is located at a specific index given in the format
ArgumentNamed(&'a str)
🔬 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?
The argument has a name.
Trait Implementations
impl<'a> Copy for Position<'a>
[src]
impl<'a> Copy for Position<'a>
impl<'a> Clone for Position<'a>
[src]
impl<'a> Clone for Position<'a>
fn clone(&self) -> Position<'a>
[src]
fn clone(&self) -> Position<'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)
Performs copy-assignment from source
. Read more
impl<'a> PartialEq for Position<'a>
[src]
impl<'a> PartialEq for Position<'a>