Struct schema_org_constants::DrugIri
source · pub struct DrugIri;Trait Implementations§
source§impl PartialEq<&str> for DrugIri
impl PartialEq<&str> for DrugIri
Auto Trait Implementations§
impl Freeze for DrugIri
impl RefUnwindSafe for DrugIri
impl Send for DrugIri
impl Sync for DrugIri
impl Unpin for DrugIri
impl UnwindSafe for DrugIri
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