pub struct ScrollbackBuffer { /* private fields */ }Expand description
Ring buffer that stores the last N bytes of agent output.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScrollbackBuffer
impl RefUnwindSafe for ScrollbackBuffer
impl Send for ScrollbackBuffer
impl Sync for ScrollbackBuffer
impl Unpin for ScrollbackBuffer
impl UnsafeUnpin for ScrollbackBuffer
impl UnwindSafe for ScrollbackBuffer
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