Struct wick_oci_utils::package::PullResult
source · pub struct PullResult {
pub base_dir: PathBuf,
pub root_path: PathBuf,
}Expand description
Result of a pull operation.
Fields§
§base_dir: PathBufThe directory the package was pulled to.
root_path: PathBufThe root file path for the package.
Trait Implementations§
source§impl Clone for PullResult
impl Clone for PullResult
source§fn clone(&self) -> PullResult
fn clone(&self) -> PullResult
Returns a copy 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 more