pub struct SessionLog { /* private fields */ }Expand description
Append-only session event log, kept as a value.
Implementations§
Source§impl SessionLog
impl SessionLog
Trait Implementations§
Source§impl Default for SessionLog
impl Default for SessionLog
Source§fn default() -> SessionLog
fn default() -> SessionLog
Returns the “default value” for a type. Read more
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