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