pub struct AgenticMemoryKgProjectionBundleOptions<T> {
pub name: Option<String>,
pub records: Node<Vec<AgenticMemoryRecord<T>>>,
pub drafts: Node<Vec<AgenticMemoryKgAssertionDraft>>,
}Expand description
AgenticMemoryKgProjectionBundleOptions data container.
Fields§
§name: Option<String>name field for name.
records: Node<Vec<AgenticMemoryRecord<T>>>records field for records.
drafts: Node<Vec<AgenticMemoryKgAssertionDraft>>drafts field for drafts.
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for AgenticMemoryKgProjectionBundleOptions<T>
impl<T: Clone> Clone for AgenticMemoryKgProjectionBundleOptions<T>
Source§fn clone(&self) -> AgenticMemoryKgProjectionBundleOptions<T>
fn clone(&self) -> AgenticMemoryKgProjectionBundleOptions<T>
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 moreAuto Trait Implementations§
impl<T> Freeze for AgenticMemoryKgProjectionBundleOptions<T>
impl<T> !RefUnwindSafe for AgenticMemoryKgProjectionBundleOptions<T>
impl<T> !Send for AgenticMemoryKgProjectionBundleOptions<T>
impl<T> !Sync for AgenticMemoryKgProjectionBundleOptions<T>
impl<T> Unpin for AgenticMemoryKgProjectionBundleOptions<T>where
T: Unpin,
impl<T> UnsafeUnpin for AgenticMemoryKgProjectionBundleOptions<T>
impl<T> !UnwindSafe for AgenticMemoryKgProjectionBundleOptions<T>
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