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