Struct lta_models::traffic::road::RoadDetails
source · pub struct RoadDetails {
pub event_id: String,
pub start_date: Date,
pub end_date: Date,
pub service_dept: String,
pub road_name: String,
pub other: String,
}
Fields§
§event_id: String
§start_date: Date
§end_date: Date
§service_dept: String
§road_name: String
§other: String
Trait Implementations§
source§impl Clone for RoadDetails
impl Clone for RoadDetails
source§fn clone(&self) -> RoadDetails
fn clone(&self) -> RoadDetails
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 RoadDetails
impl Debug for RoadDetails
source§impl<'de> Deserialize<'de> for RoadDetails
impl<'de> Deserialize<'de> for RoadDetails
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 PartialEq for RoadDetails
impl PartialEq for RoadDetails
source§fn eq(&self, other: &RoadDetails) -> bool
fn eq(&self, other: &RoadDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RoadDetails
impl Serialize for RoadDetails
impl StructuralPartialEq for RoadDetails
Auto Trait Implementations§
impl RefUnwindSafe for RoadDetails
impl Send for RoadDetails
impl Sync for RoadDetails
impl Unpin for RoadDetails
impl UnwindSafe for RoadDetails
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