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