Struct lta_models::crowd::crowd_density::StationCrowdForecast
source · pub struct StationCrowdForecast {
pub station: StationCode,
pub interval: Vec<CrowdInterval>,
}
Fields§
§station: StationCode
§interval: Vec<CrowdInterval>
Trait Implementations§
source§impl Clone for StationCrowdForecast
impl Clone for StationCrowdForecast
source§fn clone(&self) -> StationCrowdForecast
fn clone(&self) -> StationCrowdForecast
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 StationCrowdForecast
impl Debug for StationCrowdForecast
source§impl<'de> Deserialize<'de> for StationCrowdForecast
impl<'de> Deserialize<'de> for StationCrowdForecast
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 StationCrowdForecast
impl PartialEq for StationCrowdForecast
source§fn eq(&self, other: &StationCrowdForecast) -> bool
fn eq(&self, other: &StationCrowdForecast) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StationCrowdForecast
impl Serialize for StationCrowdForecast
impl StructuralPartialEq for StationCrowdForecast
Auto Trait Implementations§
impl RefUnwindSafe for StationCrowdForecast
impl Send for StationCrowdForecast
impl Sync for StationCrowdForecast
impl Unpin for StationCrowdForecast
impl UnwindSafe for StationCrowdForecast
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