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