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