pub struct PackReport {
pub manifest_path: PathBuf,
pub manifest: PackManifest,
pub runtime_flows: Option<Vec<String>>,
}Expand description
Result of verifying a pack component.
Fields§
§manifest_path: PathBuf§manifest: PackManifest§runtime_flows: Option<Vec<String>>Trait Implementations§
Source§impl Clone for PackReport
impl Clone for PackReport
Source§fn clone(&self) -> PackReport
fn clone(&self) -> PackReport
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 moreAuto Trait Implementations§
impl Freeze for PackReport
impl RefUnwindSafe for PackReport
impl Send for PackReport
impl Sync for PackReport
impl Unpin for PackReport
impl UnwindSafe for PackReport
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