pub struct IesExportOptions {
pub version: IesVersion,
pub file_generation_type: FileGenerationType,
pub issue_date: Option<String>,
pub file_gen_info: Option<String>,
pub test_lab: Option<String>,
}Expand description
Export options for IES files.
Fields§
§version: IesVersionIES version to export (default: LM-63-2019)
file_generation_type: FileGenerationTypeFile generation type (default: Undefined)
issue_date: Option<String>Issue date (required for LM-63-2019)
file_gen_info: Option<String>Additional file generation info
test_lab: Option<String>Test lab name
Trait Implementations§
Source§impl Clone for IesExportOptions
impl Clone for IesExportOptions
Source§fn clone(&self) -> IesExportOptions
fn clone(&self) -> IesExportOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IesExportOptions
impl Debug for IesExportOptions
Auto Trait Implementations§
impl Freeze for IesExportOptions
impl RefUnwindSafe for IesExportOptions
impl Send for IesExportOptions
impl Sync for IesExportOptions
impl Unpin for IesExportOptions
impl UnsafeUnpin for IesExportOptions
impl UnwindSafe for IesExportOptions
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