pub struct RingBufferSink { /* private fields */ }Expand description
In-memory bounded diagnostic sink.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RingBufferSink
impl !RefUnwindSafe for RingBufferSink
impl Send for RingBufferSink
impl Sync for RingBufferSink
impl Unpin for RingBufferSink
impl UnsafeUnpin for RingBufferSink
impl UnwindSafe for RingBufferSink
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