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