pub struct BusStopIri;Trait Implementations§
Source§impl PartialEq<&str> for BusStopIri
impl PartialEq<&str> for BusStopIri
Source§impl PartialEq<BusStopIri> for &str
impl PartialEq<BusStopIri> for &str
Auto Trait Implementations§
impl Freeze for BusStopIri
impl RefUnwindSafe for BusStopIri
impl Send for BusStopIri
impl Sync for BusStopIri
impl Unpin for BusStopIri
impl UnwindSafe for BusStopIri
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