pub struct ImportResult {
pub session_name: String,
pub command_count: usize,
pub format: ImportFormat,
pub preview_commands: Vec<String>,
}Expand description
Result of a successful import operation.
Fields§
§session_name: StringName of the created session
command_count: usizeNumber of commands imported
format: ImportFormatDetected import format
preview_commands: Vec<String>Preview of first 5 commands
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImportResult
impl RefUnwindSafe for ImportResult
impl Send for ImportResult
impl Sync for ImportResult
impl Unpin for ImportResult
impl UnwindSafe for ImportResult
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