Struct lta_models::traffic::traffic_incidents::TrafficIncidentResp
source · pub struct TrafficIncidentResp {
pub value: Vec<TrafficIncident>,
}
Fields§
§value: Vec<TrafficIncident>
Trait Implementations§
source§impl Clone for TrafficIncidentResp
impl Clone for TrafficIncidentResp
source§fn clone(&self) -> TrafficIncidentResp
fn clone(&self) -> TrafficIncidentResp
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 TrafficIncidentResp
impl Debug for TrafficIncidentResp
source§impl<'de> Deserialize<'de> for TrafficIncidentResp
impl<'de> Deserialize<'de> for TrafficIncidentResp
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<TrafficIncidentResp> for Vec<TrafficIncident>
impl From<TrafficIncidentResp> for Vec<TrafficIncident>
source§fn from(data: TrafficIncidentResp) -> Self
fn from(data: TrafficIncidentResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for TrafficIncidentResp
impl PartialEq for TrafficIncidentResp
source§fn eq(&self, other: &TrafficIncidentResp) -> bool
fn eq(&self, other: &TrafficIncidentResp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TrafficIncidentResp
impl Serialize for TrafficIncidentResp
impl StructuralPartialEq for TrafficIncidentResp
Auto Trait Implementations§
impl RefUnwindSafe for TrafficIncidentResp
impl Send for TrafficIncidentResp
impl Sync for TrafficIncidentResp
impl Unpin for TrafficIncidentResp
impl UnwindSafe for TrafficIncidentResp
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