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