Struct rhai::Ident [−][src]
pub struct Ident {
pub name: Identifier,
pub pos: Position,
}Expand description
(INTERNALS) An identifier containing a name and a position.
Exported under the internals feature only.
Volatile Data Structure
This type is volatile and may change.
Fields
name: IdentifierIdentifier name.
pos: PositionDeclaration position.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Identimpl UnwindSafe for IdentBlanket Implementations
Mutably borrows from an owned value. Read more