pub struct GetBusStopsInput {
pub skip: Option<u32>,
}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
Fields§
§skip: Option<u32>Number of records to skip for pagination.
Implementations§
Trait Implementations§
Source§impl Clone for GetBusStopsInput
impl Clone for GetBusStopsInput
Source§fn clone(&self) -> GetBusStopsInput
fn clone(&self) -> GetBusStopsInput
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 moreSource§impl Debug for GetBusStopsInput
impl Debug for GetBusStopsInput
Source§impl Default for GetBusStopsInput
impl Default for GetBusStopsInput
Source§impl PartialEq for GetBusStopsInput
impl PartialEq for GetBusStopsInput
impl StructuralPartialEq for GetBusStopsInput
Auto Trait Implementations§
impl Freeze for GetBusStopsInput
impl RefUnwindSafe for GetBusStopsInput
impl Send for GetBusStopsInput
impl Sync for GetBusStopsInput
impl Unpin for GetBusStopsInput
impl UnsafeUnpin for GetBusStopsInput
impl UnwindSafe for GetBusStopsInput
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