pub struct PackResult {
pub path: PathBuf,
pub unsigned: bool,
}Expand description
Result of packing a package, including any warnings.
Fields§
§path: PathBufPath to the created .fid archive.
unsigned: boolWhether the package was unsigned (no package.sig found).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackResult
impl RefUnwindSafe for PackResult
impl Send for PackResult
impl Sync for PackResult
impl Unpin for PackResult
impl UnsafeUnpin for PackResult
impl UnwindSafe for PackResult
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