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