pub enum MessageStyle {
Info,
Error,
Output,
Response,
Tool,
User,
Reasoning,
}
Expand description
Styles available for rendering messages
Variants§
Trait Implementations§
Source§impl Clone for MessageStyle
impl Clone for MessageStyle
Source§fn clone(&self) -> MessageStyle
fn clone(&self) -> MessageStyle
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 moreimpl Copy for MessageStyle
Auto Trait Implementations§
impl Freeze for MessageStyle
impl RefUnwindSafe for MessageStyle
impl Send for MessageStyle
impl Sync for MessageStyle
impl Unpin for MessageStyle
impl UnwindSafe for MessageStyle
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