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