pub struct HeaderData {
pub utc: Timestamp,
pub timestamp: MillisDuration<u64>,
}Fields§
§utc: TimestampThe UTC timestamp
timestamp: MillisDuration<u64>The millisecond timestamp since reset
Trait Implementations§
Source§impl Clone for HeaderData
impl Clone for HeaderData
Source§fn clone(&self) -> HeaderData
fn clone(&self) -> HeaderData
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 moreAuto Trait Implementations§
impl Freeze for HeaderData
impl RefUnwindSafe for HeaderData
impl Send for HeaderData
impl Sync for HeaderData
impl Unpin for HeaderData
impl UnwindSafe for HeaderData
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