pub struct LogWindow { /* private fields */ }Expand description
Sliding window over recent admitted entries: base is the seq of
the first held entry, so /api/log?from= keeps absolute semantics
after old entries are dropped (full history lives in the op log).
Auto Trait Implementations§
impl Freeze for LogWindow
impl RefUnwindSafe for LogWindow
impl Send for LogWindow
impl Sync for LogWindow
impl Unpin for LogWindow
impl UnsafeUnpin for LogWindow
impl UnwindSafe for LogWindow
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