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