pub struct AplRoot {
pub items: Vec<AplItem>,
}Expand description
Root node of the APL syntax tree.
Fields§
§items: Vec<AplItem>Items in this APL file.
Implementations§
Trait Implementations§
impl Eq for AplRoot
impl StructuralPartialEq for AplRoot
Auto Trait Implementations§
impl Freeze for AplRoot
impl RefUnwindSafe for AplRoot
impl Send for AplRoot
impl Sync for AplRoot
impl Unpin for AplRoot
impl UnsafeUnpin for AplRoot
impl UnwindSafe for AplRoot
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