pub struct RenderedInterpretation {
pub name: String,
pub value: RenderedValue,
}Expand description
One named result of interpreting a derivation.
Fields§
§name: StringInterpretation name.
value: RenderedValueEvaluated value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenderedInterpretation
impl RefUnwindSafe for RenderedInterpretation
impl Send for RenderedInterpretation
impl Sync for RenderedInterpretation
impl Unpin for RenderedInterpretation
impl UnsafeUnpin for RenderedInterpretation
impl UnwindSafe for RenderedInterpretation
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