pub enum PackageFile {
Copy {
path: PathBuf,
},
Generate {
path: Option<PathBuf>,
},
}
Expand description
Where the file is from.
Variants§
Trait Implementations§
Source§impl Debug for PackageFile
impl Debug for PackageFile
Auto Trait Implementations§
impl Freeze for PackageFile
impl RefUnwindSafe for PackageFile
impl Send for PackageFile
impl Sync for PackageFile
impl Unpin for PackageFile
impl UnwindSafe for PackageFile
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