pub struct DateTimeState {
pub date: [u8; 29],
pub now: Instant,
}Fields§
§date: [u8; 29]§now: InstantImplementations§
Source§impl DateTimeState
impl DateTimeState
Trait Implementations§
Source§impl Clone for DateTimeState
impl Clone for DateTimeState
Source§fn clone(&self) -> DateTimeState
fn clone(&self) -> DateTimeState
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 Default for DateTimeState
impl Default for DateTimeState
Source§impl Write for DateTimeState
impl Write for DateTimeState
impl Copy for DateTimeState
Auto Trait Implementations§
impl Freeze for DateTimeState
impl RefUnwindSafe for DateTimeState
impl Send for DateTimeState
impl Sync for DateTimeState
impl Unpin for DateTimeState
impl UnwindSafe for DateTimeState
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