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