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