pub struct ChatLog {
pub entries: Vec<ChatLogEntry>,
}
Expand description
Chat log, which contains previously recorded messages from other players
Fields§
§entries: Vec<ChatLogEntry>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChatLog
impl RefUnwindSafe for ChatLog
impl Send for ChatLog
impl Sync for ChatLog
impl Unpin for ChatLog
impl UnwindSafe for ChatLog
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