Enum serde_lvm::TimePref [] [src]

#[must_use]
pub enum TimePref { Absolute, Relative, }

Format of axis values - absolute or relative

Variants

x-value is number of seconds since midnight, January 1, 1904 GMT

x-value is number of seconds since the date and time stamps

Trait Implementations

impl Clone for TimePref
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TimePref
[src]

impl Debug for TimePref
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TimePref
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for TimePref

impl Sync for TimePref