pub struct EureTree {
pub sections: Vec<TreeSection>,
pub bindings: Vec<EureBinding>,
}Expand description
A data structure for representing a Eure document without any span information.
Fields§
§sections: Vec<TreeSection>§bindings: Vec<EureBinding>Trait Implementations§
impl StructuralPartialEq for EureTree
Auto Trait Implementations§
impl Freeze for EureTree
impl RefUnwindSafe for EureTree
impl Send for EureTree
impl Sync for EureTree
impl Unpin for EureTree
impl UnwindSafe for EureTree
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