[−][src]Enum novatel_oem6_service::RefTimeStatus
Enum for the TimeStatus
response field of the lockStatus
query
Variants
Time validity is unknown
Time is set approximately
Time is approaching coarse precision
Time is valid to coarse precision
Time is coarse set and is being steered
Position is lost and the range bias cannot be calculated
Time is adjusting to fine precision
Time has fine precision
Time is fine set and is being steered by the backup system
Time is fine set and is being steered
Time from satellite. Only used in logs containing satellite data such as ephemeris and almanac
Unknown status value encountered
Trait Implementations
impl From<u8> for RefTimeStatus
[src][+]
impl Debug for RefTimeStatus
[src][+]
impl<__S: ScalarValue> ToInputValue<__S> for RefTimeStatus
[src][+]
impl<__S: ScalarValue> FromInputValue<__S> for RefTimeStatus
[src][+]
impl<__S> GraphQLType<__S> for RefTimeStatus where
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
[src][+]
__S: ScalarValue,
&'__b __S: ScalarRefValue<'__b>,
Auto Trait Implementations
impl Send for RefTimeStatus
impl Unpin for RefTimeStatus
impl Sync for RefTimeStatus
impl UnwindSafe for RefTimeStatus
impl RefUnwindSafe for RefTimeStatus
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> DebugAny for T where
T: Any + Debug,
T: Any + Debug,
impl<T> UnsafeAny for T where
T: Any,
T: Any,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,