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