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