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