pub struct QuestionaireRunner { /* private fields */ }Implementations§
Source§impl QuestionaireRunner
impl QuestionaireRunner
pub fn builder() -> QuestionaireRunnerBuilder
pub fn run(&self) -> Result<QuestionaireResult>
Auto Trait Implementations§
impl Freeze for QuestionaireRunner
impl RefUnwindSafe for QuestionaireRunner
impl Send for QuestionaireRunner
impl Sync for QuestionaireRunner
impl Unpin for QuestionaireRunner
impl UnwindSafe for QuestionaireRunner
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