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