pub enum ZoneRules {
None,
Save(Save),
Named(String),
}Expand description
The RULES column of a zone era.
Variants§
None
- : standard time throughout this era.
Save(Save)
An inline saving (the column held a time like 1:00), not a named ruleset.
Named(String)
A named ruleset (Rule NAME ...).
Trait Implementations§
impl Eq for ZoneRules
impl StructuralPartialEq for ZoneRules
Auto Trait Implementations§
impl Freeze for ZoneRules
impl RefUnwindSafe for ZoneRules
impl Send for ZoneRules
impl Sync for ZoneRules
impl Unpin for ZoneRules
impl UnsafeUnpin for ZoneRules
impl UnwindSafe for ZoneRules
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more