pub struct PlanContext {
pub repo_root: Utf8PathBuf,
pub artifacts_dir: Utf8PathBuf,
pub config: PlannerConfig,
}Fields§
§repo_root: Utf8PathBuf§artifacts_dir: Utf8PathBuf§config: PlannerConfigTrait Implementations§
Source§impl Clone for PlanContext
impl Clone for PlanContext
Source§fn clone(&self) -> PlanContext
fn clone(&self) -> PlanContext
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 PlanContext
impl RefUnwindSafe for PlanContext
impl Send for PlanContext
impl Sync for PlanContext
impl Unpin for PlanContext
impl UnsafeUnpin for PlanContext
impl UnwindSafe for PlanContext
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