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