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