pub struct DataTemplateRef<'a> { /* private fields */ }Expand description
Borrowed data-template view.
Implementations§
Source§impl<'a> DataTemplateRef<'a>
impl<'a> DataTemplateRef<'a>
pub const fn element(self) -> &'a Element
pub const fn concept(self) -> ConceptRef<'a>
pub fn property_references(self) -> impl Iterator<Item = ReferenceRef<'a>>
pub fn group_references(self) -> impl Iterator<Item = ReferenceRef<'a>>
pub fn object_type_reference(self) -> Option<ReferenceRef<'a>>
Trait Implementations§
Source§impl<'a> Clone for DataTemplateRef<'a>
impl<'a> Clone for DataTemplateRef<'a>
Source§fn clone(&self) -> DataTemplateRef<'a>
fn clone(&self) -> DataTemplateRef<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for DataTemplateRef<'a>
impl<'a> Debug for DataTemplateRef<'a>
impl<'a> Copy for DataTemplateRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for DataTemplateRef<'a>
impl<'a> RefUnwindSafe for DataTemplateRef<'a>
impl<'a> Send for DataTemplateRef<'a>
impl<'a> Sync for DataTemplateRef<'a>
impl<'a> Unpin for DataTemplateRef<'a>
impl<'a> UnwindSafe for DataTemplateRef<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more