pub struct Daylight {
pub dtstart: Date,
pub tzoffsetto: FixedOffset,
pub tzoffsetfrom: FixedOffset,
pub rrule: Option<Recur>,
pub comment: Vec<Text>,
pub rdate: Vec<RDate>,
pub tzname: Vec<Text>,
pub x_prop: BTreeMap<String, ContentLine>,
pub iana_prop: BTreeMap<String, ContentLine>,
}Fields§
§dtstart: Date§tzoffsetto: FixedOffset§tzoffsetfrom: FixedOffset§rrule: Option<Recur>§comment: Vec<Text>§rdate: Vec<RDate>§tzname: Vec<Text>§x_prop: BTreeMap<String, ContentLine>§iana_prop: BTreeMap<String, ContentLine>Trait Implementations§
impl Eq for Daylight
impl StructuralPartialEq for Daylight
Auto Trait Implementations§
impl Freeze for Daylight
impl RefUnwindSafe for Daylight
impl Send for Daylight
impl Sync for Daylight
impl Unpin for Daylight
impl UnwindSafe for Daylight
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