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