pub struct ChatContextProjector;Trait Implementations§
Source§impl Clone for ChatContextProjector
impl Clone for ChatContextProjector
Source§fn clone(&self) -> ChatContextProjector
fn clone(&self) -> ChatContextProjector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<M> ContextProjector<M> for ChatContextProjectorwhere
M: TurnProtocol,
impl<M> ContextProjector<M> for ChatContextProjectorwhere
M: TurnProtocol,
fn project(&self, ctx: ProjectorContext<'_, M>) -> Arc<LlmRequest> ⓘ
Source§impl Debug for ChatContextProjector
impl Debug for ChatContextProjector
Source§impl Default for ChatContextProjector
impl Default for ChatContextProjector
Source§fn default() -> ChatContextProjector
fn default() -> ChatContextProjector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChatContextProjector
impl RefUnwindSafe for ChatContextProjector
impl Send for ChatContextProjector
impl Sync for ChatContextProjector
impl Unpin for ChatContextProjector
impl UnsafeUnpin for ChatContextProjector
impl UnwindSafe for ChatContextProjector
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