pub struct GetTrafficFlowInput {}Expand description
Returns a link to a JSON file containing hourly average traffic flow, taken from a representative month of every quarter during 0700-0900 hours. Update freq: Quarterly
Implementations§
Trait Implementations§
Source§impl Clone for GetTrafficFlowInput
impl Clone for GetTrafficFlowInput
Source§fn clone(&self) -> GetTrafficFlowInput
fn clone(&self) -> GetTrafficFlowInput
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 GetTrafficFlowInput
impl Debug for GetTrafficFlowInput
Source§impl Default for GetTrafficFlowInput
impl Default for GetTrafficFlowInput
Source§impl PartialEq for GetTrafficFlowInput
impl PartialEq for GetTrafficFlowInput
impl StructuralPartialEq for GetTrafficFlowInput
Auto Trait Implementations§
impl Freeze for GetTrafficFlowInput
impl RefUnwindSafe for GetTrafficFlowInput
impl Send for GetTrafficFlowInput
impl Sync for GetTrafficFlowInput
impl Unpin for GetTrafficFlowInput
impl UnsafeUnpin for GetTrafficFlowInput
impl UnwindSafe for GetTrafficFlowInput
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