[][src]Enum jeeves::Scalar

pub enum Scalar {
    Size(u64),
    Time(Duration),
}

Variants

Size(u64)
Time(Duration)

Methods

impl Scalar[src]

pub fn is_size(&self) -> bool[src]

pub fn is_time(&self) -> bool[src]

Trait Implementations

impl PartialEq<Scalar> for Scalar[src]

impl Debug for Scalar[src]

impl StructuralPartialEq for Scalar[src]

Auto Trait Implementations

impl Send for Scalar

impl Sync for Scalar

impl Unpin for Scalar

impl UnwindSafe for Scalar

impl RefUnwindSafe for Scalar

Blanket Implementations

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

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

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

type Error = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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