pub enum RootSrc<'a> {
Expr(&'a Rc<Expr>),
Doc(Value),
}Expand description
what an evaluation root is bound from: an output’s expression, or an input’s document (bound as-is)
Variants§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RootSrc<'a>
impl<'a> !Send for RootSrc<'a>
impl<'a> !Sync for RootSrc<'a>
impl<'a> !UnwindSafe for RootSrc<'a>
impl<'a> Freeze for RootSrc<'a>
impl<'a> Unpin for RootSrc<'a>
impl<'a> UnsafeUnpin for RootSrc<'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