Struct i_slint_compiler::langtype::PropertyLookupResult
source · [−]Fields
resolved_name: Cow<'a, str>
property_type: Type
Implementations
sourceimpl<'a> PropertyLookupResult<'a>
impl<'a> PropertyLookupResult<'a>
Trait Implementations
sourceimpl<'a> Debug for PropertyLookupResult<'a>
impl<'a> Debug for PropertyLookupResult<'a>
sourceimpl<'a> PartialEq<PropertyLookupResult<'a>> for PropertyLookupResult<'a>
impl<'a> PartialEq<PropertyLookupResult<'a>> for PropertyLookupResult<'a>
sourcefn eq(&self, other: &PropertyLookupResult<'a>) -> bool
fn eq(&self, other: &PropertyLookupResult<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PropertyLookupResult<'a>) -> bool
fn ne(&self, other: &PropertyLookupResult<'a>) -> bool
This method tests for !=
.
impl<'a> StructuralPartialEq for PropertyLookupResult<'a>
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>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more