pub enum ExpressionEvaluationStatus {
CompleteOk(Value),
CompleteErr(Diagnostic),
DependencyNotComputed,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionEvaluationStatus
impl RefUnwindSafe for ExpressionEvaluationStatus
impl Send for ExpressionEvaluationStatus
impl Sync for ExpressionEvaluationStatus
impl Unpin for ExpressionEvaluationStatus
impl UnsafeUnpin for ExpressionEvaluationStatus
impl UnwindSafe for ExpressionEvaluationStatus
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