pub struct TutorialOptions {
pub interactive: bool,
pub keep_sandbox: bool,
}Expand description
Tutorial configuration options.
Fields§
§interactive: boolRun in interactive mode (require TTY).
keep_sandbox: boolKeep sandbox after completion.
Auto Trait Implementations§
impl Freeze for TutorialOptions
impl RefUnwindSafe for TutorialOptions
impl Send for TutorialOptions
impl Sync for TutorialOptions
impl Unpin for TutorialOptions
impl UnsafeUnpin for TutorialOptions
impl UnwindSafe for TutorialOptions
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