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