pub struct ValidationIssue {
pub severity: IssueSeverity,
pub table_name: String,
pub message: String,
}Expand description
Validation error type.
Fields§
§severity: IssueSeverityIssue type (error or warning)
table_name: StringFact table name
message: StringIssue description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationIssue
impl RefUnwindSafe for ValidationIssue
impl Send for ValidationIssue
impl Sync for ValidationIssue
impl Unpin for ValidationIssue
impl UnwindSafe for ValidationIssue
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