pub struct PromptMap { /* private fields */ }Expand description
A prompt source held in memory, keyed by relative path.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PromptMap
impl RefUnwindSafe for PromptMap
impl Send for PromptMap
impl Sync for PromptMap
impl Unpin for PromptMap
impl UnsafeUnpin for PromptMap
impl UnwindSafe for PromptMap
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