Struct beancount_parser_lima::types::ExprValue
source · pub struct ExprValue { /* private fields */ }Expand description
An Expr which has been evaluated.
Note that the decimal scale is set according to the maximum of the scales used within the expression.
Implementations§
Trait Implementations§
source§impl ElementType for ExprValue
impl ElementType for ExprValue
fn element_type(&self) -> &'static str
source§impl PartialEq for ExprValue
impl PartialEq for ExprValue
impl Eq for ExprValue
impl StructuralPartialEq for ExprValue
Auto Trait Implementations§
impl RefUnwindSafe for ExprValue
impl Send for ExprValue
impl Sync for ExprValue
impl Unpin for ExprValue
impl UnwindSafe for ExprValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more