Struct fmt_macros::Argument
[−]
[src]
pub struct Argument<'a> { pub position: Position<'a>, pub format: FormatSpec<'a>, }
Unstable (
rustc_private
)Representation of an argument specification.
Fields
position: Position<'a>
Unstable (
rustc_private
)Where to find this argument
format: FormatSpec<'a>
Unstable (
rustc_private
)How to format the argument
Trait Implementations
Derived Implementations
impl<'a> PartialEq for Argument<'a>
[src]
fn eq(&self, __arg_0: &Argument<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Argument<'a>) -> bool
This method tests for !=
.
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