pub struct ScriptedPrompter { /* private fields */ }Expand description
A prompter that returns pre-canned answers in order. Used in tests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptedPrompter
impl RefUnwindSafe for ScriptedPrompter
impl Send for ScriptedPrompter
impl Sync for ScriptedPrompter
impl Unpin for ScriptedPrompter
impl UnsafeUnpin for ScriptedPrompter
impl UnwindSafe for ScriptedPrompter
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