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