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