pub enum CrontabFileErrorKind {
Io(Error),
Parse(CrontabEntryParseError),
}Variants§
Io(Error)
Parse(CrontabEntryParseError)
Trait Implementations§
Source§impl Debug for CrontabFileErrorKind
impl Debug for CrontabFileErrorKind
Auto Trait Implementations§
impl Freeze for CrontabFileErrorKind
impl !RefUnwindSafe for CrontabFileErrorKind
impl Send for CrontabFileErrorKind
impl Sync for CrontabFileErrorKind
impl Unpin for CrontabFileErrorKind
impl !UnwindSafe for CrontabFileErrorKind
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