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