pub struct GetTrafficImagesInput {
pub skip: Option<u32>,
}Expand description
Returns links to images from traffic cameras located around Singapore, together with each camera’s location coordinates. Update freq: 20 sec
Fields§
§skip: Option<u32>Number of records to skip for pagination.
Implementations§
Trait Implementations§
Source§impl Clone for GetTrafficImagesInput
impl Clone for GetTrafficImagesInput
Source§fn clone(&self) -> GetTrafficImagesInput
fn clone(&self) -> GetTrafficImagesInput
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 GetTrafficImagesInput
impl Debug for GetTrafficImagesInput
Source§impl Default for GetTrafficImagesInput
impl Default for GetTrafficImagesInput
Source§impl PartialEq for GetTrafficImagesInput
impl PartialEq for GetTrafficImagesInput
impl StructuralPartialEq for GetTrafficImagesInput
Auto Trait Implementations§
impl Freeze for GetTrafficImagesInput
impl RefUnwindSafe for GetTrafficImagesInput
impl Send for GetTrafficImagesInput
impl Sync for GetTrafficImagesInput
impl Unpin for GetTrafficImagesInput
impl UnsafeUnpin for GetTrafficImagesInput
impl UnwindSafe for GetTrafficImagesInput
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