pub enum ParsedWatchFile {
LineBased(WatchFile),
Deb822(WatchFile),
}Expand description
Parsed watch file that can be either line-based or deb822 format
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ParsedWatchFile
impl Debug for ParsedWatchFile
Auto Trait Implementations§
impl Freeze for ParsedWatchFile
impl !RefUnwindSafe for ParsedWatchFile
impl !Send for ParsedWatchFile
impl !Sync for ParsedWatchFile
impl Unpin for ParsedWatchFile
impl !UnwindSafe for ParsedWatchFile
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