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