pub struct ToneStyleSection;Expand description
Output style guidance for a terminal coding assistant.
Trait Implementations§
Source§impl PromptSection for ToneStyleSection
impl PromptSection for ToneStyleSection
Auto Trait Implementations§
impl Freeze for ToneStyleSection
impl RefUnwindSafe for ToneStyleSection
impl Send for ToneStyleSection
impl Sync for ToneStyleSection
impl Unpin for ToneStyleSection
impl UnsafeUnpin for ToneStyleSection
impl UnwindSafe for ToneStyleSection
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