Struct sixtyfps_compilerlib::lookup::LookupResult [−][src]
pub struct LookupResult { pub expression: Expression, pub deprecated: Option<String>, }
Fields
expression: Expression
deprecated: Option<String>
When set, this is deprecated, and the string is the deprecated name (the new name can be found in the expression’s NamedReference)
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LookupResult
impl !Send for LookupResult
impl !Sync for LookupResult
impl Unpin for LookupResult
impl !UnwindSafe for LookupResult