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