pub struct EpochValue {
pub raw: i64,
pub precision: EpochPrecision,
}Expand description
Epoch value with precision.
Fields§
§raw: i64§precision: EpochPrecisionTrait Implementations§
Source§impl Clone for EpochValue
impl Clone for EpochValue
Source§fn clone(&self) -> EpochValue
fn clone(&self) -> EpochValue
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 EpochValue
impl Debug for EpochValue
Source§impl PartialEq for EpochValue
impl PartialEq for EpochValue
impl StructuralPartialEq for EpochValue
Auto Trait Implementations§
impl Freeze for EpochValue
impl RefUnwindSafe for EpochValue
impl Send for EpochValue
impl Sync for EpochValue
impl Unpin for EpochValue
impl UnsafeUnpin for EpochValue
impl UnwindSafe for EpochValue
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