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