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