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