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