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