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