pub struct IdMapping { /* private fields */ }Expand description
Maps integer IDs (used by LLM) back to real UUIDs. The LLM receives integer IDs to avoid hallucinating UUIDs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdMapping
impl RefUnwindSafe for IdMapping
impl Send for IdMapping
impl Sync for IdMapping
impl Unpin for IdMapping
impl UnsafeUnpin for IdMapping
impl UnwindSafe for IdMapping
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