Struct prql_compiler::ast::pl::literal::ValueAndUnit
source · pub struct ValueAndUnit {
pub n: i64,
pub unit: String,
}
Fields§
§n: i64
§unit: String
Trait Implementations§
source§impl Clone for ValueAndUnit
impl Clone for ValueAndUnit
source§fn clone(&self) -> ValueAndUnit
fn clone(&self) -> ValueAndUnit
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 ValueAndUnit
impl Debug for ValueAndUnit
source§impl<'de> Deserialize<'de> for ValueAndUnit
impl<'de> Deserialize<'de> for ValueAndUnit
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ValueAndUnit> for ValueAndUnit
impl PartialEq<ValueAndUnit> for ValueAndUnit
source§fn eq(&self, other: &ValueAndUnit) -> bool
fn eq(&self, other: &ValueAndUnit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ValueAndUnit
impl Serialize for ValueAndUnit
impl Eq for ValueAndUnit
impl StructuralEq for ValueAndUnit
impl StructuralPartialEq for ValueAndUnit
Auto Trait Implementations§
impl RefUnwindSafe for ValueAndUnit
impl Send for ValueAndUnit
impl Sync for ValueAndUnit
impl Unpin for ValueAndUnit
impl UnwindSafe for ValueAndUnit
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.