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