Enum rtlola_interpreter::TimeRepresentation [−][src]
pub enum TimeRepresentation {
Hide,
Relative(TimeFormat),
Absolute(TimeFormat),
}Variants
Hide
Relative(TimeFormat)
Tuple Fields
0: TimeFormatAbsolute(TimeFormat)
Tuple Fields
0: TimeFormatTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TimeRepresentation
impl Send for TimeRepresentation
impl Sync for TimeRepresentation
impl Unpin for TimeRepresentation
impl UnwindSafe for TimeRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.