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