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