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