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