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