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