Lines Matching defs:for
9 /// A wrapper for duration that has `FromStr` implementation
14 /// See `parse_duration` for the description of the format.
28 /// A wrapper for SystemTime that has `FromStr` implementation
33 /// See `parse_rfc3339_weak` for the description of the format. The "weak"
34 /// format is used as it's more pemissive for human input as this is the
49 impl AsRef<StdDuration> for Duration {
53 impl Deref for Duration {
58 impl Into<StdDuration> for Duration {
62 impl From<StdDuration> for Duration {
66 impl FromStr for Duration {
73 impl fmt::Display for Duration {
79 impl AsRef<SystemTime> for Timestamp {
83 impl Deref for Timestamp {
88 impl Into<SystemTime> for Timestamp {
92 impl From<SystemTime> for Timestamp {
96 impl FromStr for Timestamp {
103 impl fmt::Display for Timestamp {