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