pub struct LlmContextSchema;Expand description
Marker struct for documentation purposes — actual schema is enforced by column names in llm_columns module.
Auto Trait Implementations§
impl Freeze for LlmContextSchema
impl RefUnwindSafe for LlmContextSchema
impl Send for LlmContextSchema
impl Sync for LlmContextSchema
impl Unpin for LlmContextSchema
impl UnsafeUnpin for LlmContextSchema
impl UnwindSafe for LlmContextSchema
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