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