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