pub struct ResolvedExpressionDisplay<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ResolvedExpressionDisplay<'a>
impl<'a> ResolvedExpressionDisplay<'a>
pub fn new( expr: &'a ResolvedExpression, lookup: &'a dyn SourceMapLookup, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ResolvedExpressionDisplay<'a>
impl<'a> !RefUnwindSafe for ResolvedExpressionDisplay<'a>
impl<'a> !Send for ResolvedExpressionDisplay<'a>
impl<'a> !Sync for ResolvedExpressionDisplay<'a>
impl<'a> Unpin for ResolvedExpressionDisplay<'a>
impl<'a> !UnwindSafe for ResolvedExpressionDisplay<'a>
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