pub struct Original {
pub tree: Tree,
pub text: Vec<u8>,
}
Expand description
The original parse tree and program source code provided by the user
Fields§
§tree: Tree
§text: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Original
impl RefUnwindSafe for Original
impl Send for Original
impl Sync for Original
impl Unpin for Original
impl UnwindSafe for Original
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