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