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