Enum notation_core::duration::Duration [−][src]
Variants
Simple(Unit)Tuple Fields of Simple
0: UnitDotted(Unit)Tuple Fields of Dotted
0: UnitTriplet(Unit)Tuple Fields of Triplet
0: UnitDottedTriplet(Unit)Tuple Fields of DottedTriplet
0: UnitImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Duration
impl UnwindSafe for Duration
Blanket Implementations
Mutably borrows from an owned value. Read more