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