Open
Description
A list to keep score. Not yet complete, and only lists the public API.
Currently at 61/153.
NaiveDate
-
NaiveDate::from_ymd
: 0.5: Converting the API to return Results (part 2):Mdf
type #1444 -
NaiveDate::from_yo
: ConvertNaiveDate::{from_yo|from_isoywd}
to returnResult
#1460 -
NaiveDate::from_isoywd
: ConvertNaiveDate::{from_yo|from_isoywd}
to returnResult
#1460 -
NaiveDate::from_num_days_from_ce
: ConvertNaiveDate::from_num_days_from_ce
to returnResult
#1470 -
NaiveDate::from_weekday_of_month
: ConvertNaiveDate::from_weekday_of_month
to returnResult
#1512 -
NaiveDate::parse_from_str
-
NaiveDate::parse_and_remainder
-
NaiveDate::and_hms
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveDate::and_hms_milli
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveDate::and_hms_micro
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveDate::and_hms_nano
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveDate::succ
: ConvertNaiveDateTime::succ/pred
to returnResult
#1513 -
NaiveDate::pred
: ConvertNaiveDateTime::succ/pred
to returnResult
#1513 -
NaiveDate::checked_add_days
: ConvertNaiveDate/NaiveDateTime::checked_(add/sub)_days
to returnResult
#1475 -
NaiveDate::checked_sub_days
: ConvertNaiveDate/NaiveDateTime::checked_(add/sub)_days
to returnResult
#1475 -
NaiveDate::checked_add_months
: Convertchecked_add_months
,checked_sub_months
to returnResult
#1537 -
NaiveDate::checked_sub_months
: Convertchecked_add_months
,checked_sub_months
to returnResult
#1537 -
NaiveDate::checked_add_signed
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDate::checked_sub_signed
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDate::with_year
: 0.5: Convert API to returnResult
:Datelike::with_year
#1466 -
NaiveDate::with_month
: Convertwith_month
andwith_day
to returnResult
#1509 -
NaiveDate::with_day
: Convertwith_month
andwith_day
to returnResult
#1509 -
NaiveDate::with_ordinal
: Convertwith_ordinal
to returnResult
#1531
NaiveTime
-
NaiveTime::from_hms
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveTime::from_hms_micro
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveTime::from_hms_milli
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveTime::from_hms_nano
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveTime::from_num_seconds_from_midnight
: 0.5: Converting the API to return Results (part 1) #1410 -
NaiveTime::parse_from_str
-
NaiveTime::parse_and_remainder
-
NaiveTime::with_hour
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveTime::with_minute
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveTime::with_second
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveTime::with_nanosecond
: Convert time-relatedwith_*
methods to returnResult
#1498
NaiveDateTime
-
NaiveDateTime::and_local_timezone
(toLocalResult
) -
NaiveDateTime::parse_and_remainder
-
NaiveDateTime::parse_from_str
-
NaiveDateTime::checked_add_days
: ConvertNaiveDate/NaiveDateTime::checked_(add/sub)_days
to returnResult
#1475 -
NaiveDateTime::checked_sub_days
: ConvertNaiveDate/NaiveDateTime::checked_(add/sub)_days
to returnResult
#1475 -
NaiveDateTime::checked_add_months
: Convertchecked_add_months
,checked_sub_months
to returnResult
#1537 -
NaiveDateTime::checked_sub_months
: Convertchecked_add_months
,checked_sub_months
to returnResult
#1537 -
NaiveDateTime::checked_add_signed
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDateTime::checked_sub_signed
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDateTime::checked_add_offset
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDateTime::checked_sub_offset
: Convertchecked_(add|sub)_signed
to returnResult
#1514 -
NaiveDateTime::with_year
: 0.5: Convert API to returnResult
:Datelike::with_year
#1466 -
NaiveDateTime::with_month
: Convertwith_month
andwith_day
to returnResult
#1509 -
NaiveDateTime::with_day
: Convertwith_month
andwith_day
to returnResult
#1509 -
NaiveDateTime::with_ordinal
: Convertwith_ordinal
to returnResult
#1531 -
NaiveDateTime::with_hour
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveDateTime::with_minute
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveDateTime::with_second
: Convert time-relatedwith_*
methods to returnResult
#1498 -
NaiveDateTime::with_nanosecond
: Convert time-relatedwith_*
methods to returnResult
#1498
NaiveWeek
-
NaiveWeek::first_day
(?) -
NaiveWeek::last_day
(?) -
NaiveWeek::days
(?)
FixedOffset
-
FixedOffset::east
: ConvertFixedOffset::{east, west}
to returnResult
#1468 -
FixedOffset::west
: ConvertFixedOffset::{east, west}
to returnResult
#1468
TimeDelta
-
TimeDelta::new
: Convert methods onTimeDelta
to returnResult
#1538 -
TimeDelta::milliseconds
: Convert methods onTimeDelta
to returnResult
#1538 -
TimeDelta::num_microseconds
: Convert methods onTimeDelta
to returnResult
#1538 -
TimeDelta::num_nanoseconds
: Convert methods onTimeDelta
to returnResult
#1538 -
TimeDelta::checked_add
: ? -
TimeDelta::checked_sub
: ? -
TimeDelta::from_std
: Convert methods onTimeDelta
to returnResult
#1538 -
TimeDelta::to_std
: Convert methods onTimeDelta
to returnResult
#1538
DateTime
-
DateTime::checked_add_days
-
DateTime::checked_add_months
-
DateTime::checked_add_signed
-
DateTime::checked_sub_days
-
DateTime::checked_sub_months
-
DateTime::checked_sub_signed
-
DateTime::date_naive
(?) -
DateTime<Utc>::from_timestamp
: Convert timestamp methods onDateTime
to returnResult
s #1495 -
DateTime<Utc>::from_timestamp_millis
: Convert timestamp methods onDateTime
to returnResult
s #1495 -
DateTime<Utc>::from_timestamp_micros
: Convert timestamp methods onDateTime
to returnResult
s #1495 -
DateTime::naive_local
(?) -
DateTime<FixedOffset>::parse_from_rfc2822
-
DateTime<FixedOffset>::parse_from_rfc3339
-
DateTime<FixedOffset>::parse_from_str
-
DateTime<FixedOffset>::parse_and_remainder
-
DateTime::timestamp_nanos
: Convert timestamp methods onDateTime
to returnResult
s #1495 -
DateTime::to_rfc2822
-
DateTime::to_rfc3339
-
DateTime::with_timezone
-
DateTime::with_year
-
DateTime::with_month
-
DateTime::with_day
-
DateTime::with_ordinal
-
DateTime::with_time
-
DateTime::with_hour
-
DateTime::with_minute
-
DateTime::with_second
-
DateTime::with_nanosecond
: ConvertDateTime::with_nanosecond
to returnResult
#1520
TimeZone
-
TimeZone::offset_from_local_datetime
-
TimeZone::offset_from_utc_datetime
-
TimeZone::from_local_datetime
-
TimeZone::from_utc_datetime
-
TimeZone::timestamp
-
TimeZone::timestamp_micros
-
TimeZone::timestamp_millis
-
TimeZone::timestamp_nanos
-
TimeZone::with_ymd_and_hms
LocalResult
-
LocalResult::single
-
LocalResult::earliest
-
LocalResult::latest
Parsed
-
Parsed::set_ampm
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_day
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_hour
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_hour12
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_isoweek
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_isoyear
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_isoyear_div_100
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_isoyear_mod_100
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_minute
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_month
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_nanosecond
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_offset
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_ordinal
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_second
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_timestamp
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_week_from_mon
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_week_from_sun
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_weekday
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_year
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_year_div_100
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::set_year_mod_100
: MergeParseError
withError
, convertParsed_set*
#1511 -
Parsed::to_datetime
-
Parsed::to_datetime_with_timezone
-
Parsed::to_fixed_offset
-
Parsed::to_naive_date
-
Parsed::to_naive_datetime_with_offset
-
Parsed::to_naive_time
StrftimeItems
-
StrftimeItems::parse
-
StrftimeItems::parse_to_owned
Other
-
format::parse
-
format::parse_and_remainder
FromStr implementations
-
NaiveDate
-
NaiveTime
-
NaiveDateTime
-
DateTime<FixedOffset>
-
DateTime<Utc>
-
DateTime<Local>
-
FixedOffset
-
Weekday
-
Month
TryFrom implementations
-
TryFrom<u8> for Weekday
: 🌞 -
TryFrom<u8> for Month
: 🌞 -
TryFrom<SystemTime> for DateTime<Utc>
: ConvertTryFrom<SystemTime>
to our error type #1524 -
TryFrom<SystemTime> for DateTime<Local>
-
TryFrom<DateTime<Tz>> for SystemTime
: ConvertTryFrom<SystemTime>
to our error type #1524 -
From<DateTime<Utc>> for DateTime<Local>
-
From<DateTime<FixedOffset>> for DateTime<Local>
Metadata
Metadata
Assignees
Labels
No labels