pub struct ResortOperatingDay {
pub location_id: LocationId,
pub date: NaiveDate,
pub snapshot_id: Id,
}Expand description
Source snapshot key for one resort’s manager brief on an operating day.
Fields§
§location_id: LocationIdLocation id fact promoted into this daily brief contract.
date: NaiveDateDate fact promoted into this daily brief contract.
snapshot_id: IdSnapshot id fact promoted into this daily brief contract.
Trait Implementations§
Source§impl Clone for ResortOperatingDay
impl Clone for ResortOperatingDay
Source§fn clone(&self) -> ResortOperatingDay
fn clone(&self) -> ResortOperatingDay
Returns a duplicate 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 ResortOperatingDay
impl Debug for ResortOperatingDay
Source§impl<'de> Deserialize<'de> for ResortOperatingDay
impl<'de> Deserialize<'de> for ResortOperatingDay
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 ResortOperatingDay
impl PartialEq for ResortOperatingDay
Source§impl Serialize for ResortOperatingDay
impl Serialize for ResortOperatingDay
impl Eq for ResortOperatingDay
impl StructuralPartialEq for ResortOperatingDay
Auto Trait Implementations§
impl Freeze for ResortOperatingDay
impl RefUnwindSafe for ResortOperatingDay
impl Send for ResortOperatingDay
impl Sync for ResortOperatingDay
impl Unpin for ResortOperatingDay
impl UnsafeUnpin for ResortOperatingDay
impl UnwindSafe for ResortOperatingDay
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