pub struct TailCapture { /* private fields */ }Expand description
Ring buffer recording the last N output bytes plus a total byte count.
Implementations§
Trait Implementations§
Source§impl Debug for TailCapture
impl Debug for TailCapture
Source§impl Default for TailCapture
impl Default for TailCapture
Source§fn default() -> TailCapture
fn default() -> TailCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TailCapture
impl RefUnwindSafe for TailCapture
impl Send for TailCapture
impl Sync for TailCapture
impl Unpin for TailCapture
impl UnsafeUnpin for TailCapture
impl UnwindSafe for TailCapture
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