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