pub struct AbstractPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for AbstractPropertyIri
impl PartialEq<&str> for AbstractPropertyIri
source§impl PartialEq<AbstractPropertyIri> for &str
impl PartialEq<AbstractPropertyIri> for &str
source§fn eq(&self, other: &AbstractPropertyIri) -> bool
fn eq(&self, other: &AbstractPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for AbstractPropertyIri
impl RefUnwindSafe for AbstractPropertyIri
impl Send for AbstractPropertyIri
impl Sync for AbstractPropertyIri
impl Unpin for AbstractPropertyIri
impl UnwindSafe for AbstractPropertyIri
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