pub struct LoopSnapshot {
pub session_id: SessionId,
pub transcript: Vec<Item>,
pub pending_input: Vec<Item>,
}Fields§
§session_id: SessionId§transcript: Vec<Item>§pending_input: Vec<Item>Trait Implementations§
Source§impl Clone for LoopSnapshot
impl Clone for LoopSnapshot
Source§fn clone(&self) -> LoopSnapshot
fn clone(&self) -> LoopSnapshot
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 LoopSnapshot
impl Debug for LoopSnapshot
Source§impl<'de> Deserialize<'de> for LoopSnapshot
impl<'de> Deserialize<'de> for LoopSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LoopSnapshot
impl PartialEq for LoopSnapshot
Source§impl Serialize for LoopSnapshot
impl Serialize for LoopSnapshot
impl StructuralPartialEq for LoopSnapshot
Auto Trait Implementations§
impl Freeze for LoopSnapshot
impl RefUnwindSafe for LoopSnapshot
impl Send for LoopSnapshot
impl Sync for LoopSnapshot
impl Unpin for LoopSnapshot
impl UnsafeUnpin for LoopSnapshot
impl UnwindSafe for LoopSnapshot
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