pub struct InteractiveResults {
pub confirmations: Vec<bool>,
pub selections: Vec<String>,
pub inputs: Vec<String>,
}
Fields§
§confirmations: Vec<bool>
§selections: Vec<String>
§inputs: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InteractiveResults
impl RefUnwindSafe for InteractiveResults
impl Send for InteractiveResults
impl Sync for InteractiveResults
impl Unpin for InteractiveResults
impl UnwindSafe for InteractiveResults
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