pub enum OwnedRootSrc {
Expr(Rc<Expr>),
Doc(Value),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for OwnedRootSrc
impl !Send for OwnedRootSrc
impl !Sync for OwnedRootSrc
impl !UnwindSafe for OwnedRootSrc
impl Freeze for OwnedRootSrc
impl Unpin for OwnedRootSrc
impl UnsafeUnpin for OwnedRootSrc
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