Searched refs:Timelike (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/chrono/src/offset/ |
D | fixed.rs | 14 use Timelike; 156 T: Timelike + Add<OldDuration, Output = T>, in add_with_leapsecond()
|
D | local.rs | 16 use {Datelike, Timelike};
|
/external/rust/crates/chrono/src/ |
D | round.rs | 13 use Timelike; 50 T: Timelike + Add<Duration, Output = T> + Sub<Duration, Output = T>, 272 use Timelike;
|
D | lib.rs | 520 pub use {Datelike, Month, Timelike, Weekday}; 1363 pub trait Timelike: Sized { interface
|
D | datetime.rs | 31 use {Datelike, Timelike, Weekday}; 609 impl<Tz: TimeZone> Timelike for DateTime<Tz> {
|
/external/rust/crates/chrono/src/naive/ |
D | time.rs | 17 use Timelike; 803 impl Timelike for NaiveTime { 1530 use Timelike;
|
D | datetime.rs | 21 use {Datelike, Timelike, Weekday}; 1020 impl Timelike for NaiveDateTime {
|
/external/rust/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 2 use chrono::{Date, DateTime, Datelike, Duration, NaiveDate, NaiveDateTime, TimeZone, Timelike}; 589 pub struct RangedDateTime<DT: Datelike + Timelike + TimeValue>(DT, DT); 610 DT: Datelike + Timelike + TimeValue + Clone + PartialOrd,
|
/external/rust/crates/chrono/src/format/ |
D | strftime.rs | 543 use {FixedOffset, TimeZone, Timelike}; in test_strftime_docs()
|
D | mod.rs | 36 use {Datelike, Timelike};
|
D | parsed.rs | 16 use {Datelike, Timelike};
|
/external/crosvm/devices/src/ |
D | cmos.rs | 23 use chrono::Timelike;
|
/external/rust/crates/chrono/ |
D | README.md | 182 [`Timelike`](https://docs.rs/chrono/0.4/chrono/trait.Timelike.html) which you should `use` before.
|
D | CHANGELOG.md | 533 - Forbade unsized types from implementing `Datelike` and `Timelike`.
|