Enum syntax_ext::format::ArgumentType [−][src]
enum ArgumentType { Placeholder(String), Count, }
🔬 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?
Variants
Placeholder(String)
🔬 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?
Count
🔬 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?
Trait Implementations
impl PartialEq for ArgumentType
[src]
impl PartialEq for ArgumentType
fn eq(&self, other: &ArgumentType) -> bool
[src]
fn eq(&self, other: &ArgumentType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ArgumentType) -> bool
[src]
fn ne(&self, other: &ArgumentType) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ArgumentType
impl Send for ArgumentType
impl Sync for ArgumentType
impl Sync for ArgumentType