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