pub enum WatchFileVersion {
LineBased(u32),
Deb822,
}Expand description
Detected watch file format
Variants§
Trait Implementations§
Source§impl Clone for WatchFileVersion
impl Clone for WatchFileVersion
Source§fn clone(&self) -> WatchFileVersion
fn clone(&self) -> WatchFileVersion
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 WatchFileVersion
impl Debug for WatchFileVersion
Source§impl PartialEq for WatchFileVersion
impl PartialEq for WatchFileVersion
impl Copy for WatchFileVersion
impl Eq for WatchFileVersion
impl StructuralPartialEq for WatchFileVersion
Auto Trait Implementations§
impl Freeze for WatchFileVersion
impl RefUnwindSafe for WatchFileVersion
impl Send for WatchFileVersion
impl Sync for WatchFileVersion
impl Unpin for WatchFileVersion
impl UnsafeUnpin for WatchFileVersion
impl UnwindSafe for WatchFileVersion
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