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