pub struct StaleNote {
pub year: i32,
pub found: i64,
pub expected: i64,
}Expand description
The §6.3 fact that load discarded a stale work-in-progress draft (schema found — a version this
build does not read — vs expected). Returned ALONGSIDE Loaded so the caller can surface it: a store
read fn must not eprintln! the note itself, because its only future caller is plan 3’s raw-mode,
alternate-screen TUI, where stderr is invisible/screen-corrupting (I-1). pub so plan 3 can render it.
Fields§
§year: i32§found: i64§expected: i64Trait Implementations§
impl Eq for StaleNote
impl StructuralPartialEq for StaleNote
Auto Trait Implementations§
impl Freeze for StaleNote
impl RefUnwindSafe for StaleNote
impl Send for StaleNote
impl Sync for StaleNote
impl Unpin for StaleNote
impl UnsafeUnpin for StaleNote
impl UnwindSafe for StaleNote
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.