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