Struct monotonic_clock::FloatInstant[][src]

pub struct FloatInstant(_);

Implementations

impl FloatInstant[src]

Trait Implementations

impl Add<Duration> for FloatInstant[src]

type Output = FloatInstant

The resulting type after applying the + operator.

impl AddAssign<Duration> for FloatInstant[src]

impl Clone for FloatInstant[src]

impl Debug for FloatInstant[src]

impl<'de> Deserialize<'de> for FloatInstant[src]

impl PartialEq<FloatInstant> for FloatInstant[src]

impl PartialOrd<FloatInstant> for FloatInstant[src]

impl Serialize for FloatInstant[src]

impl Sub<Duration> for FloatInstant[src]

type Output = FloatInstant

The resulting type after applying the - operator.

impl Sub<FloatInstant> for FloatInstant[src]

type Output = Duration

The resulting type after applying the - operator.

impl SubAssign<Duration> for FloatInstant[src]

impl Copy for FloatInstant[src]

impl StructuralPartialEq for FloatInstant[src]

Auto Trait Implementations

impl RefUnwindSafe for FloatInstant

impl Send for FloatInstant

impl Sync for FloatInstant

impl Unpin for FloatInstant

impl UnwindSafe for FloatInstant

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]