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