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