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