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