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