pub struct SkippedFile {
pub path: PathBuf,
pub reason: SkipReason,
}Expand description
A file that was skipped during packaging
Fields§
§path: PathBuf§reason: SkipReasonTrait Implementations§
Auto Trait Implementations§
impl Freeze for SkippedFile
impl RefUnwindSafe for SkippedFile
impl Send for SkippedFile
impl Sync for SkippedFile
impl Unpin for SkippedFile
impl UnwindSafe for SkippedFile
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