pub struct Seen {}Expand description
One move, derived and in names.
Fields§
§name: String§id: MoveIdThe store’s slot. Kept because it is what orders siblings by when they were made, which no walk can recover.
kind: Kind§prose: String§who: String§when: u64§under: Vec<String>§about: Vec<String>Where it belongs on the page when nothing hangs it: a decision’s scope names what is abandoned, and a decision drawn floating beside the line it ended is the one thing a reader cannot join up.
scope: Vec<String>§cites: Vec<Cited>§course: Option<Course>Only a decision carries one.
standing: Option<Standing>Only a question or a hypothesis. None and not open: an attempt is
not a question nobody has answered.
pruned: boolWhether something abandoned the line it is on. Derived, never stored.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Seen
impl RefUnwindSafe for Seen
impl Send for Seen
impl Sync for Seen
impl Unpin for Seen
impl UnsafeUnpin for Seen
impl UnwindSafe for Seen
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