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