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