pub struct LastData {
pub opts: PromptOpts,
pub messages: Vec<Message>,
}Fields§
§opts: PromptOpts§messages: Vec<Message>Implementations§
Auto Trait Implementations§
impl Freeze for LastData
impl RefUnwindSafe for LastData
impl Send for LastData
impl Sync for LastData
impl Unpin for LastData
impl UnwindSafe for LastData
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