pub struct HourOfDay(/* private fields */);Expand description
Hour within a resort service day used for boarding arrival and departure windows.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HourOfDay
impl<'de> Deserialize<'de> for HourOfDay
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 Ord for HourOfDay
impl Ord for HourOfDay
Source§impl PartialOrd for HourOfDay
impl PartialOrd for HourOfDay
impl Copy for HourOfDay
impl Eq for HourOfDay
impl StructuralPartialEq for HourOfDay
Auto Trait Implementations§
impl Freeze for HourOfDay
impl RefUnwindSafe for HourOfDay
impl Send for HourOfDay
impl Sync for HourOfDay
impl Unpin for HourOfDay
impl UnsafeUnpin for HourOfDay
impl UnwindSafe for HourOfDay
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