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