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