Struct stack_graphs::paths::ScopedSymbol [−][src]
#[repr(C)]pub struct ScopedSymbol { pub symbol: Handle<Symbol>, pub scopes: Option<ScopeStack>, }
Expand description
A symbol with a possibly empty list of exported scopes attached to it.
Fields
symbol: Handle<Symbol>
scopes: Option<ScopeStack>
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ScopedSymbol
impl Send for ScopedSymbol
impl Sync for ScopedSymbol
impl Unpin for ScopedSymbol
impl UnwindSafe for ScopedSymbol
Blanket Implementations
Mutably borrows from an owned value. Read more