pub struct DayStart {
pub elapsed_days: Option<u32>,
pub elapsed_seconds: Option<u32>,
}
Fields§
§elapsed_days: Option<u32>
The number of calendar days that have elapsed since January 1st, 2007 in the server’s locale, at the time the request was received.
elapsed_seconds: Option<u32>
The number of seconds since the most recent midnight of the server’s locale, at the time the request was received.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DayStart
impl<'de> Deserialize<'de> for DayStart
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
impl StructuralPartialEq for DayStart
Auto Trait Implementations§
impl Freeze for DayStart
impl RefUnwindSafe for DayStart
impl Send for DayStart
impl Sync for DayStart
impl Unpin for DayStart
impl UnwindSafe for DayStart
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)