Struct lta_models::traffic::traffic_flow::TrafficFlowRawResp
source · pub struct TrafficFlowRawResp {
pub value: Vec<TrafficFlowLink>,
}
Fields§
§value: Vec<TrafficFlowLink>
Trait Implementations§
source§impl Clone for TrafficFlowRawResp
impl Clone for TrafficFlowRawResp
source§fn clone(&self) -> TrafficFlowRawResp
fn clone(&self) -> TrafficFlowRawResp
Returns a copy 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 TrafficFlowRawResp
impl Debug for TrafficFlowRawResp
source§impl<'de> Deserialize<'de> for TrafficFlowRawResp
impl<'de> Deserialize<'de> for TrafficFlowRawResp
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<TrafficFlowRawResp> for Vec<String>
impl From<TrafficFlowRawResp> for Vec<String>
source§fn from(data: TrafficFlowRawResp) -> Self
fn from(data: TrafficFlowRawResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for TrafficFlowRawResp
impl PartialEq for TrafficFlowRawResp
source§fn eq(&self, other: &TrafficFlowRawResp) -> bool
fn eq(&self, other: &TrafficFlowRawResp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TrafficFlowRawResp
impl Serialize for TrafficFlowRawResp
impl StructuralPartialEq for TrafficFlowRawResp
Auto Trait Implementations§
impl RefUnwindSafe for TrafficFlowRawResp
impl Send for TrafficFlowRawResp
impl Sync for TrafficFlowRawResp
impl Unpin for TrafficFlowRawResp
impl UnwindSafe for TrafficFlowRawResp
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