pub enum Tsi {
None,
Utc,
Gps,
Other,
}Expand description
Integer-Seconds Timestamp
Variants§
None
No integer-seconds timestamp field.
Utc
Integer-seconds timestamp field is a Coordinated Universal Time (UTC).
Gps
Integer-seconds timestamp field is a GPS time.
Other
Integer-seconds timestamp field is in another format.
Trait Implementations§
impl Copy for Tsi
impl Eq for Tsi
impl StructuralPartialEq for Tsi
Auto Trait Implementations§
impl Freeze for Tsi
impl RefUnwindSafe for Tsi
impl Send for Tsi
impl Sync for Tsi
impl Unpin for Tsi
impl UnwindSafe for Tsi
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