pub struct Root { /* private fields */ }Implementations§
Source§impl Root
impl Root
pub fn all_include_statement(&self) -> impl Iterator<Item = IncludeStatement>
pub fn all_constant_decl_node(&self) -> impl Iterator<Item = ConstantDeclNode>
pub fn all_type_decl_node(&self) -> impl Iterator<Item = TypeDeclNode>
pub fn all_external_node_decl_node( &self, ) -> impl Iterator<Item = ExternalNodeDeclNode>
pub fn all_node_node(&self) -> impl Iterator<Item = NodeNode>
pub fn all_model_decl_node(&self) -> impl Iterator<Item = ModelDeclNode>
pub fn all_package_decl_node(&self) -> impl Iterator<Item = PackageDeclNode>
pub fn all_package_alias_node(&self) -> impl Iterator<Item = PackageAliasNode>
Trait Implementations§
impl Eq for Root
impl StructuralPartialEq for Root
Auto Trait Implementations§
impl Freeze for Root
impl !RefUnwindSafe for Root
impl !Send for Root
impl !Sync for Root
impl Unpin for Root
impl !UnwindSafe for Root
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