pub(crate) struct ConcretizationFailedError {
pub expr_span: Span,
pub expr_type: Box<str>,
pub scalar: Box<str>,
pub inner: ConstantEvaluatorError,
}
Fields§
§expr_span: Span
§expr_type: Box<str>
§scalar: Box<str>
§inner: ConstantEvaluatorError
Trait Implementations§
source§impl Clone for ConcretizationFailedError
impl Clone for ConcretizationFailedError
source§fn clone(&self) -> ConcretizationFailedError
fn clone(&self) -> ConcretizationFailedError
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 moreAuto Trait Implementations§
impl Freeze for ConcretizationFailedError
impl RefUnwindSafe for ConcretizationFailedError
impl Send for ConcretizationFailedError
impl Sync for ConcretizationFailedError
impl Unpin for ConcretizationFailedError
impl UnwindSafe for ConcretizationFailedError
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