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