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