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