pub struct TsExtEventLog { /* private fields */ }Expand description
A fixed-capacity ring buffer of strings (for recent-event logging in TsExt).
Implementations§
Source§impl TsExtEventLog
impl TsExtEventLog
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TsExtEventLog
impl RefUnwindSafe for TsExtEventLog
impl Send for TsExtEventLog
impl Sync for TsExtEventLog
impl Unpin for TsExtEventLog
impl UnsafeUnpin for TsExtEventLog
impl UnwindSafe for TsExtEventLog
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