pub struct TargetPrompts { /* private fields */ }Expand description
System prompts keyed by routing target. A target left unset is routed untouched.
Implementations§
Trait Implementations§
Source§impl Clone for TargetPrompts
impl Clone for TargetPrompts
Source§fn clone(&self) -> TargetPrompts
fn clone(&self) -> TargetPrompts
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 moreSource§impl Debug for TargetPrompts
impl Debug for TargetPrompts
Source§impl Default for TargetPrompts
impl Default for TargetPrompts
Source§fn default() -> TargetPrompts
fn default() -> TargetPrompts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TargetPrompts
impl RefUnwindSafe for TargetPrompts
impl Send for TargetPrompts
impl Sync for TargetPrompts
impl Unpin for TargetPrompts
impl UnsafeUnpin for TargetPrompts
impl UnwindSafe for TargetPrompts
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