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