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