pub struct QuestionaireRunnerBuilder { /* private fields */ }Implementations§
Source§impl QuestionaireRunnerBuilder
impl QuestionaireRunnerBuilder
pub fn persistence_file(&mut self, v: &str) -> &mut Self
pub fn title(&mut self, v: &str) -> &mut Self
pub fn imported_data(&mut self, v: Option<Vec<QuestionAnswer>>) -> &mut Self
pub fn autofil(&mut self, v: bool) -> &mut Self
pub fn build(&self, questionaire: Questionaire) -> Result<QuestionaireRunner>
Trait Implementations§
Source§impl Default for QuestionaireRunnerBuilder
impl Default for QuestionaireRunnerBuilder
Source§fn default() -> QuestionaireRunnerBuilder
fn default() -> QuestionaireRunnerBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuestionaireRunnerBuilder
impl RefUnwindSafe for QuestionaireRunnerBuilder
impl Send for QuestionaireRunnerBuilder
impl Sync for QuestionaireRunnerBuilder
impl Unpin for QuestionaireRunnerBuilder
impl UnwindSafe for QuestionaireRunnerBuilder
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