Enum args::ArgumentType
source · pub enum ArgumentType {
Boolean,
Integer,
Float,
Double,
String,
}
Variants§
Trait Implementations§
source§impl Clone for ArgumentType
impl Clone for ArgumentType
source§fn clone(&self) -> ArgumentType
fn clone(&self) -> ArgumentType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ArgumentType
impl Debug for ArgumentType
source§impl PartialEq<ArgumentType> for ArgumentType
impl PartialEq<ArgumentType> for ArgumentType
source§fn eq(&self, other: &ArgumentType) -> bool
fn eq(&self, other: &ArgumentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ArgumentType> for ArgumentType
impl PartialOrd<ArgumentType> for ArgumentType
source§fn partial_cmp(&self, other: &ArgumentType) -> Option<Ordering>
fn partial_cmp(&self, other: &ArgumentType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more