pub struct RuntimeParams {
pub phase: ContextPhase,
pub run_dir: Option<PathBuf>,
pub project_root: PathBuf,
}Fields§
§phase: ContextPhase§run_dir: Option<PathBuf>§project_root: PathBufTrait Implementations§
Source§impl Clone for RuntimeParams
impl Clone for RuntimeParams
Source§fn clone(&self) -> RuntimeParams
fn clone(&self) -> RuntimeParams
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 RuntimeParams
impl RefUnwindSafe for RuntimeParams
impl Send for RuntimeParams
impl Sync for RuntimeParams
impl Unpin for RuntimeParams
impl UnwindSafe for RuntimeParams
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