pub struct PropertyRef<'a> { /* private fields */ }Expand description
Borrowed property view.
Implementations§
Source§impl<'a> PropertyRef<'a>
impl<'a> PropertyRef<'a>
pub const fn element(self) -> &'a Element
pub const fn concept(self) -> ConceptRef<'a>
pub fn names(self) -> impl Iterator<Item = MultilingualTextRef<'a>>
pub fn data_type(self) -> Option<DataTypeRef<'a>>
Trait Implementations§
Source§impl<'a> Clone for PropertyRef<'a>
impl<'a> Clone for PropertyRef<'a>
Source§fn clone(&self) -> PropertyRef<'a>
fn clone(&self) -> PropertyRef<'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 PropertyRef<'a>
impl<'a> Debug for PropertyRef<'a>
impl<'a> Copy for PropertyRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for PropertyRef<'a>
impl<'a> RefUnwindSafe for PropertyRef<'a>
impl<'a> Send for PropertyRef<'a>
impl<'a> Sync for PropertyRef<'a>
impl<'a> Unpin for PropertyRef<'a>
impl<'a> UnwindSafe for PropertyRef<'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