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