pub struct GetTrafficImagesAction<'a> { /* private fields */ }Expand description
Returns links to images from traffic cameras located around Singapore, together with each camera’s location coordinates. Update freq: 20 sec
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 GetTrafficImagesAction<'_>
impl Action for GetTrafficImagesAction<'_>
Source§impl<'a> Clone for GetTrafficImagesAction<'a>
impl<'a> Clone for GetTrafficImagesAction<'a>
Source§fn clone(&self) -> GetTrafficImagesAction<'a>
fn clone(&self) -> GetTrafficImagesAction<'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 GetTrafficImagesAction<'a>
impl<'a> RefUnwindSafe for GetTrafficImagesAction<'a>
impl<'a> Send for GetTrafficImagesAction<'a>
impl<'a> Sync for GetTrafficImagesAction<'a>
impl<'a> Unpin for GetTrafficImagesAction<'a>
impl<'a> UnsafeUnpin for GetTrafficImagesAction<'a>
impl<'a> UnwindSafe for GetTrafficImagesAction<'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