Enum polar_core::sources::SourceInfo [−][src]
pub enum SourceInfo {
Parser {
src_id: u64,
left: usize,
right: usize,
},
TemporaryVariable,
Ffi,
Test,
}
Variants
Parser
Fields
src_id: u64
Index into the source map stored in the knowledge base
left: usize
Location of the term within the source map
right: usize
TemporaryVariable
Created as a temporary variable
Ffi
From an FFI call
Test
Created for a test
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SourceInfo
impl Send for SourceInfo
impl Sync for SourceInfo
impl Unpin for SourceInfo
impl UnwindSafe for SourceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more