Record IDurationpub

Source
Implements: Eq · Ord
:record(pub) IDuration
  .nanos (Int ..)

Fields

.nanos Int(..)

Implementations

impl IDuration

.is-zero ( IDuration Bool )

.micros ( IDuration (Int ..) )

.millis ( IDuration (Int ..) )

.secs ( IDuration (Int ..) )

.subsec-micros ( IDuration (Int ..) )

.subsec-millis ( IDuration (Int ..) )

.subsec-nanos ( IDuration (Int ..) )

Trait Implementations

impl Eq IDuration for IDuration

.= ( IDuration IDuration Bool )

.≠ ( IDuration other Bool )

impl Ord IDuration for IDuration

.< ( IDuration IDuration Bool )

.> ( IDuration IDuration Bool )

.≤ ( IDuration other Bool )

.≥ ( IDuration other Bool )