pub enum TimeFormat {
RelativeToEpoch,
RelativeToPreviousEvent,
}Variants§
RelativeToEpoch
Relative to the ReferenceTime ‘epoch’ field
RelativeToPreviousEvent
Delta-encoded value, based on the previously logged value
Trait Implementations§
Source§impl Default for TimeFormat
impl Default for TimeFormat
Source§fn default() -> TimeFormat
fn default() -> TimeFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimeFormat
impl RefUnwindSafe for TimeFormat
impl Send for TimeFormat
impl Sync for TimeFormat
impl Unpin for TimeFormat
impl UnsafeUnpin for TimeFormat
impl UnwindSafe for TimeFormat
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