Enum edn::query::NonIntegerConstant
[−]
[src]
pub enum NonIntegerConstant { Boolean(bool), BigInteger(BigInt), Float(OrderedFloat<f64>), Text(ValueRc<String>), Instant(DateTime<Utc>), Uuid(Uuid), }
These are the scalar values representable in EDN.
Variants
Boolean(bool)
BigInteger(BigInt)
Float(OrderedFloat<f64>)
Text(ValueRc<String>)
Instant(DateTime<Utc>)
Uuid(Uuid)
Trait Implementations
impl Clone for NonIntegerConstant
[src]
impl Clone for NonIntegerConstant
fn clone(&self) -> NonIntegerConstant
[src]
fn clone(&self) -> NonIntegerConstant
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 Debug for NonIntegerConstant
[src]
impl Debug for NonIntegerConstant
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for NonIntegerConstant
[src]
impl Eq for NonIntegerConstant
impl PartialEq for NonIntegerConstant
[src]
impl PartialEq for NonIntegerConstant
fn eq(&self, __arg_0: &NonIntegerConstant) -> bool
[src]
fn eq(&self, __arg_0: &NonIntegerConstant) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NonIntegerConstant) -> bool
[src]
fn ne(&self, __arg_0: &NonIntegerConstant) -> bool
This method tests for !=
.
impl<'a> From<&'a str> for NonIntegerConstant
[src]
impl<'a> From<&'a str> for NonIntegerConstant
fn from(val: &'a str) -> NonIntegerConstant
[src]
fn from(val: &'a str) -> NonIntegerConstant
Performs the conversion.
impl From<String> for NonIntegerConstant
[src]
impl From<String> for NonIntegerConstant
fn from(val: String) -> NonIntegerConstant
[src]
fn from(val: String) -> NonIntegerConstant
Performs the conversion.
Auto Trait Implementations
impl Send for NonIntegerConstant
impl Send for NonIntegerConstant
impl Sync for NonIntegerConstant
impl Sync for NonIntegerConstant