pub struct GetTrafficIncidentsInput {
pub skip: Option<u32>,
}Expand description
Returns incidents currently happening on the roads, such as Accidents, Vehicle Breakdowns, Road Blocks, Traffic Diversions etc. Update freq: 2 min
Fields§
§skip: Option<u32>Number of records to skip for pagination.
Implementations§
Trait Implementations§
Source§impl Clone for GetTrafficIncidentsInput
impl Clone for GetTrafficIncidentsInput
Source§fn clone(&self) -> GetTrafficIncidentsInput
fn clone(&self) -> GetTrafficIncidentsInput
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 GetTrafficIncidentsInput
impl Debug for GetTrafficIncidentsInput
Source§impl Default for GetTrafficIncidentsInput
impl Default for GetTrafficIncidentsInput
Source§impl PartialEq for GetTrafficIncidentsInput
impl PartialEq for GetTrafficIncidentsInput
impl StructuralPartialEq for GetTrafficIncidentsInput
Auto Trait Implementations§
impl Freeze for GetTrafficIncidentsInput
impl RefUnwindSafe for GetTrafficIncidentsInput
impl Send for GetTrafficIncidentsInput
impl Sync for GetTrafficIncidentsInput
impl Unpin for GetTrafficIncidentsInput
impl UnsafeUnpin for GetTrafficIncidentsInput
impl UnwindSafe for GetTrafficIncidentsInput
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