pub enum RepeatingIntvTyp {
Onetime,
Daily,
Weekly,
Monthly,
Weekday,
Holiday,
Weekend,
Yearly,
Invalid(u16),
}Available on crate feature
model133 only.Expand description
SchdTyp
The repetition frequency for time-based schedules: no repeat=0
Variants§
Onetime
Daily
Weekly
Monthly
Weekday
Holiday
Weekend
Yearly
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
Source§impl Clone for RepeatingIntvTyp
impl Clone for RepeatingIntvTyp
Source§fn clone(&self) -> RepeatingIntvTyp
fn clone(&self) -> RepeatingIntvTyp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepeatingIntvTyp
impl Debug for RepeatingIntvTyp
Source§impl EnumValue for RepeatingIntvTyp
impl EnumValue for RepeatingIntvTyp
Source§impl FixedSize for RepeatingIntvTyp
impl FixedSize for RepeatingIntvTyp
Source§impl PartialEq for RepeatingIntvTyp
impl PartialEq for RepeatingIntvTyp
impl Copy for RepeatingIntvTyp
impl Eq for RepeatingIntvTyp
impl StructuralPartialEq for RepeatingIntvTyp
Auto Trait Implementations§
impl Freeze for RepeatingIntvTyp
impl RefUnwindSafe for RepeatingIntvTyp
impl Send for RepeatingIntvTyp
impl Sync for RepeatingIntvTyp
impl Unpin for RepeatingIntvTyp
impl UnsafeUnpin for RepeatingIntvTyp
impl UnwindSafe for RepeatingIntvTyp
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