pub struct MaterializedSourcePackage {
pub project_root: PathBuf,
pub provenance: SourcePackageProvenance,
}Expand description
Materialized source package.
Fields§
§project_root: PathBufMaterialized Lake project root.
provenance: SourcePackageProvenanceProvenance recorded beside the materialized source root.
Trait Implementations§
Source§impl Clone for MaterializedSourcePackage
impl Clone for MaterializedSourcePackage
Source§fn clone(&self) -> MaterializedSourcePackage
fn clone(&self) -> MaterializedSourcePackage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaterializedSourcePackage
impl Debug for MaterializedSourcePackage
impl Eq for MaterializedSourcePackage
impl StructuralPartialEq for MaterializedSourcePackage
Auto Trait Implementations§
impl Freeze for MaterializedSourcePackage
impl RefUnwindSafe for MaterializedSourcePackage
impl Send for MaterializedSourcePackage
impl Sync for MaterializedSourcePackage
impl Unpin for MaterializedSourcePackage
impl UnsafeUnpin for MaterializedSourcePackage
impl UnwindSafe for MaterializedSourcePackage
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