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