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