pub struct TimeIndex {
pub generated_at: String,
pub items: Vec<TimeIndexItem>,
}Expand description
by_time.json: non-terminal records that have a time anchor, ascending by
anchor — the source for agenda queries and prompt injection.
Fields§
§generated_at: String§items: Vec<TimeIndexItem>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeIndex
impl<'de> Deserialize<'de> for TimeIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TimeIndex
impl RefUnwindSafe for TimeIndex
impl Send for TimeIndex
impl Sync for TimeIndex
impl Unpin for TimeIndex
impl UnsafeUnpin for TimeIndex
impl UnwindSafe for TimeIndex
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