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