pub struct ErrorInsight {
pub kind: InsightKind,
pub error_text: String,
pub suggestions: Vec<PropertySuggestion>,
}Fields§
§kind: InsightKind§error_text: String§suggestions: Vec<PropertySuggestion>Trait Implementations§
Source§impl Clone for ErrorInsight
impl Clone for ErrorInsight
Source§fn clone(&self) -> ErrorInsight
fn clone(&self) -> ErrorInsight
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 ErrorInsight
impl Debug for ErrorInsight
Source§impl PartialEq for ErrorInsight
impl PartialEq for ErrorInsight
impl Eq for ErrorInsight
impl StructuralPartialEq for ErrorInsight
Auto Trait Implementations§
impl Freeze for ErrorInsight
impl RefUnwindSafe for ErrorInsight
impl Send for ErrorInsight
impl Sync for ErrorInsight
impl Unpin for ErrorInsight
impl UnsafeUnpin for ErrorInsight
impl UnwindSafe for ErrorInsight
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