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