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