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