pub struct TimestampDto(pub u64);
Expand description
Timestamp.
Tuple Fields§
§0: u64
Implementations§
Source§impl TimestampDto
impl TimestampDto
pub const LENGTH: usize = 8usize
Sourcepub fn get_timestamp(&self) -> u64
pub fn get_timestamp(&self) -> u64
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for TimestampDto
impl Clone for TimestampDto
Source§fn clone(&self) -> TimestampDto
fn clone(&self) -> TimestampDto
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 TimestampDto
impl Debug for TimestampDto
impl Copy for TimestampDto
Auto Trait Implementations§
impl Freeze for TimestampDto
impl RefUnwindSafe for TimestampDto
impl Send for TimestampDto
impl Sync for TimestampDto
impl Unpin for TimestampDto
impl UnwindSafe for TimestampDto
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