Enum saturn_cli::entry::EntryState
source · pub enum EntryState {
Recur,
Date,
Time,
TimeAt,
TimeScheduled,
TimeScheduledHalf,
Notify,
NotifyTime,
Detail,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for EntryState
impl Send for EntryState
impl Sync for EntryState
impl Unpin for EntryState
impl UnwindSafe for EntryState
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