Struct schema_org_constants::TableIri
source · pub struct TableIri;Trait Implementations§
source§impl PartialEq<&str> for TableIri
impl PartialEq<&str> for TableIri
Auto Trait Implementations§
impl Freeze for TableIri
impl RefUnwindSafe for TableIri
impl Send for TableIri
impl Sync for TableIri
impl Unpin for TableIri
impl UnwindSafe for TableIri
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