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