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