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