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