pub struct ParseFailureRecord {
pub timestamp: String,
pub raw_command: String,
pub error_message: String,
pub fallback_succeeded: bool,
}Expand description
Individual parse failure record.
Fields§
§timestamp: String§raw_command: String§error_message: String§fallback_succeeded: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParseFailureRecord
impl RefUnwindSafe for ParseFailureRecord
impl Send for ParseFailureRecord
impl Sync for ParseFailureRecord
impl Unpin for ParseFailureRecord
impl UnsafeUnpin for ParseFailureRecord
impl UnwindSafe for ParseFailureRecord
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