pub struct SessionLog {
pub boxes: Vec<ChatBox>,
pub events: Vec<EventRecord>,
pub records: Vec<Record>,
}Fields§
§boxes: Vec<ChatBox>§events: Vec<EventRecord>§records: Vec<Record>Trait Implementations§
Source§impl Clone for SessionLog
impl Clone for SessionLog
Source§impl Debug for SessionLog
impl Debug for SessionLog
Source§impl Default for SessionLog
impl Default for SessionLog
impl Eq for SessionLog
Source§impl PartialEq for SessionLog
impl PartialEq for SessionLog
impl StructuralPartialEq for SessionLog
Auto Trait Implementations§
impl Freeze for SessionLog
impl RefUnwindSafe for SessionLog
impl Send for SessionLog
impl Sync for SessionLog
impl Unpin for SessionLog
impl UnsafeUnpin for SessionLog
impl UnwindSafe for SessionLog
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