pub struct GetBusStopsAction<'a> { /* private fields */ }Expand description
Returns detailed information for all bus stops currently being serviced by buses, including bus stop codes and location coordinates.
Update freq: Ad-Hoc
Use the chainable methods to configure optional request settings, then call Self::request or use a transport adapter.
Implementations§
Trait Implementations§
Source§impl Action for GetBusStopsAction<'_>
impl Action for GetBusStopsAction<'_>
Source§impl<'a> Clone for GetBusStopsAction<'a>
impl<'a> Clone for GetBusStopsAction<'a>
Source§fn clone(&self) -> GetBusStopsAction<'a>
fn clone(&self) -> GetBusStopsAction<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for GetBusStopsAction<'a>
impl<'a> RefUnwindSafe for GetBusStopsAction<'a>
impl<'a> Send for GetBusStopsAction<'a>
impl<'a> Sync for GetBusStopsAction<'a>
impl<'a> Unpin for GetBusStopsAction<'a>
impl<'a> UnsafeUnpin for GetBusStopsAction<'a>
impl<'a> UnwindSafe for GetBusStopsAction<'a>
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