pub enum EvalFlags {
Nothing,
SetWorkingDir,
}Expand description
VSScript file evaluation flags.
Variants§
Nothing
SetWorkingDir
The working directory will be changed to the script’s directory for the evaluation.
Trait Implementations§
impl Copy for EvalFlags
impl Eq for EvalFlags
impl StructuralPartialEq for EvalFlags
Auto Trait Implementations§
impl Freeze for EvalFlags
impl RefUnwindSafe for EvalFlags
impl Send for EvalFlags
impl Sync for EvalFlags
impl Unpin for EvalFlags
impl UnwindSafe for EvalFlags
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