pub struct EvaluationOptions {
pub context: Value,
pub workspace: Option<Utf8PathBuf>,
pub if_condition: bool,
pub job_status: JobStatus,
}Fields§
§context: Value§workspace: Option<Utf8PathBuf>§if_condition: bool§job_status: JobStatusTrait Implementations§
Source§impl Clone for EvaluationOptions
impl Clone for EvaluationOptions
Source§fn clone(&self) -> EvaluationOptions
fn clone(&self) -> EvaluationOptions
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 EvaluationOptions
impl Debug for EvaluationOptions
Auto Trait Implementations§
impl Freeze for EvaluationOptions
impl RefUnwindSafe for EvaluationOptions
impl Send for EvaluationOptions
impl Sync for EvaluationOptions
impl Unpin for EvaluationOptions
impl UnsafeUnpin for EvaluationOptions
impl UnwindSafe for EvaluationOptions
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