pub struct EnrichFailure {
pub note_id: i64,
pub error: String,
}Expand description
Details about a failed enrichment.
Fields§
§note_id: i64The note ID that failed.
error: StringThe error message.
Trait Implementations§
Source§impl Clone for EnrichFailure
impl Clone for EnrichFailure
Source§fn clone(&self) -> EnrichFailure
fn clone(&self) -> EnrichFailure
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 EnrichFailure
impl Debug for EnrichFailure
Auto Trait Implementations§
impl Freeze for EnrichFailure
impl RefUnwindSafe for EnrichFailure
impl Send for EnrichFailure
impl Sync for EnrichFailure
impl Unpin for EnrichFailure
impl UnwindSafe for EnrichFailure
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