pub struct GetTrafficSpeedBandsInput {
pub skip: Option<u32>,
}Expand description
Returns current traffic speeds on expressways and arterial roads, expressed in speed bands.
Update freq: 5 min
Fields§
§skip: Option<u32>Number of records to skip for pagination.
Implementations§
Trait Implementations§
Source§impl Clone for GetTrafficSpeedBandsInput
impl Clone for GetTrafficSpeedBandsInput
Source§fn clone(&self) -> GetTrafficSpeedBandsInput
fn clone(&self) -> GetTrafficSpeedBandsInput
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 GetTrafficSpeedBandsInput
impl Debug for GetTrafficSpeedBandsInput
Source§impl Default for GetTrafficSpeedBandsInput
impl Default for GetTrafficSpeedBandsInput
impl StructuralPartialEq for GetTrafficSpeedBandsInput
Auto Trait Implementations§
impl Freeze for GetTrafficSpeedBandsInput
impl RefUnwindSafe for GetTrafficSpeedBandsInput
impl Send for GetTrafficSpeedBandsInput
impl Sync for GetTrafficSpeedBandsInput
impl Unpin for GetTrafficSpeedBandsInput
impl UnsafeUnpin for GetTrafficSpeedBandsInput
impl UnwindSafe for GetTrafficSpeedBandsInput
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