mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 23:36:17 +00:00
Privatize WeekdaySetIter fields
This commit is contained in:
parent
64c65a9256
commit
97d6c63733
@ -344,8 +344,8 @@ impl Debug for WeekdaySet {
|
|||||||
/// See [`WeekdaySet::iter()`].
|
/// See [`WeekdaySet::iter()`].
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct WeekdaySetIter {
|
pub struct WeekdaySetIter {
|
||||||
pub days: WeekdaySet,
|
days: WeekdaySet,
|
||||||
pub start: Weekday,
|
start: Weekday,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Iterator for WeekdaySetIter {
|
impl Iterator for WeekdaySetIter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user