LoadIssue
Overview
LoadIssue is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 2 more.
Represents load issue.
This struct provides 1 method for working with LoadIssue objects in Rust programs.
Available methods include: new.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: cell_ref, code, data_loss_risk, message, part_uri, repair_applied, and 3 more.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
code | String | Read/Write | Gets the code. |
severity | DiagnosticSeverity | Read/Write | Gets the severity. |
message | String | Read/Write | Gets the message. |
repair_applied | bool | Read/Write | Gets the repair applied. |
data_loss_risk | bool | Read/Write | Gets the data loss risk. |
part_uri | Option<String> | Read/Write | Gets the part uri. |
sheet_name | Option<String> | Read/Write | Gets the sheet name. |
cell_ref | Option<String> | Read/Write | Gets the cell ref. |
row_index | Option<i32> | Read/Write | Gets the row index. |
Methods
| Signature | Description |
|---|---|
new(code: impl Into<String>, severity: DiagnosticSeverity, message: impl Into<String>) → Self | Initializes a new instance. |