pub struct ApplicationPlan { /* private fields */ }Implementations§
Source§impl ApplicationPlan
impl ApplicationPlan
pub fn executable(&self) -> &PlannedFile
pub fn graph(&self) -> &DependencyGraph
pub fn interpreter(&self) -> Option<&Path>
pub fn interpreter_resolved(&self) -> Option<&Path>
Trait Implementations§
Source§impl Clone for ApplicationPlan
impl Clone for ApplicationPlan
Source§fn clone(&self) -> ApplicationPlan
fn clone(&self) -> ApplicationPlan
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 moreAuto Trait Implementations§
impl Freeze for ApplicationPlan
impl RefUnwindSafe for ApplicationPlan
impl Send for ApplicationPlan
impl Sync for ApplicationPlan
impl Unpin for ApplicationPlan
impl UnsafeUnpin for ApplicationPlan
impl UnwindSafe for ApplicationPlan
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