Struct sixtyfps_compilerlib::langtype::PropertyLookupResult [−][src]
Fields
resolved_name: Cow<'a, str>
property_type: Type
Implementations
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 PropertyLookupResult<'a>
impl<'a> !Send for PropertyLookupResult<'a>
impl<'a> !Sync for PropertyLookupResult<'a>
impl<'a> Unpin for PropertyLookupResult<'a>
impl<'a> !UnwindSafe for PropertyLookupResult<'a>