pub struct AdaRoot {
pub items: Vec<AdaItem>,
}Expand description
The root node of an Ada kind tree
Fields§
§items: Vec<AdaItem>The 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 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