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