pub enum PromptTruncation {
Auto,
Off,
}
Variants§
Trait Implementations§
Source§impl Debug for PromptTruncation
impl Debug for PromptTruncation
Source§impl Display for PromptTruncation
impl Display for PromptTruncation
Auto Trait Implementations§
impl Freeze for PromptTruncation
impl RefUnwindSafe for PromptTruncation
impl Send for PromptTruncation
impl Sync for PromptTruncation
impl Unpin for PromptTruncation
impl UnwindSafe for PromptTruncation
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