[−][src]Enum embedded_time::ConversionError
pub enum ConversionError { Unspecified, ConversionFailure, Overflow, DivByZero, NegDuration, }
Conversion errors
Variants (Non-exhaustive)
Exact cause of failure is unknown
Attempted type conversion failed
Result is outside of those valid for this type
Attempted to divide by zero
Resulting Duration
is negative (not allowed)
Trait Implementations
impl Debug for ConversionError
[src][+]
impl Default for ConversionError
[src][+]
impl Eq for ConversionError
[src]
impl From<ConversionError> for TimeError
[src][+]
impl Hash for ConversionError
[src][+]
impl PartialEq<ConversionError> for ConversionError
[src][+]
impl StructuralEq for ConversionError
[src]
impl StructuralPartialEq for ConversionError
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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>,