pub struct ExpValue { /* private fields */ }Expand description
Condition for If
Values
val: Value- Value.eq: Eq- Equality comparisons.other: Option<Value>- Second values if needed.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExpValue
impl Send for ExpValue
impl Sync for ExpValue
impl Unpin for ExpValue
impl UnwindSafe for ExpValue
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