Struct moore_svlog::resolver::ScopeLocation [−][src]
pub struct ScopeLocation<'a> {
pub scope: &'a dyn ScopedNode<'a>,
pub order: usize,
}
Expand description
A location of a node within its enclosing scope.
Fields
scope: &'a dyn ScopedNode<'a>
The node which generates the enclosing scope.
order: usize
The lexical order within that scope.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ScopeLocation<'a>
impl<'a> Send for ScopeLocation<'a>
impl<'a> Sync for ScopeLocation<'a>
impl<'a> Unpin for ScopeLocation<'a>
impl<'a> !UnwindSafe for ScopeLocation<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more