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

NameTypeAccessDescription
codeStringRead/WriteGets the code.
severityDiagnosticSeverityRead/WriteGets the severity.
messageStringRead/WriteGets the message.
repair_appliedboolRead/WriteGets the repair applied.
data_loss_riskboolRead/WriteGets the data loss risk.
part_uriOption<String>Read/WriteGets the part uri.
sheet_nameOption<String>Read/WriteGets the sheet name.
cell_refOption<String>Read/WriteGets the cell ref.
row_indexOption<i32>Read/WriteGets the row index.

Methods

SignatureDescription
new(code: impl Into<String>, severity: DiagnosticSeverity, message: impl Into<String>)SelfInitializes a new instance.

See Also