pub struct InterviewOutput {
pub os_toml: Option<String>,
pub firmware_toml: Option<String>,
pub operator_toml: Option<String>,
pub directives_toml: Option<String>,
}Expand description
Parsed TOML blocks from a completed interview conversation.
Fields§
§os_toml: Option<String>§firmware_toml: Option<String>§operator_toml: Option<String>§directives_toml: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for InterviewOutput
impl Debug for InterviewOutput
Source§impl Default for InterviewOutput
impl Default for InterviewOutput
Source§fn default() -> InterviewOutput
fn default() -> InterviewOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterviewOutput
impl RefUnwindSafe for InterviewOutput
impl Send for InterviewOutput
impl Sync for InterviewOutput
impl Unpin for InterviewOutput
impl UnsafeUnpin for InterviewOutput
impl UnwindSafe for InterviewOutput
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