pub struct PreservedStdout { /* private fields */ }Expand description
Snapshot of the original stdout sink, preserved BEFORE the editor’s reattachment so post-edit bytes can route back to the pipeline.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreservedStdout
impl RefUnwindSafe for PreservedStdout
impl Send for PreservedStdout
impl Sync for PreservedStdout
impl Unpin for PreservedStdout
impl UnsafeUnpin for PreservedStdout
impl UnwindSafe for PreservedStdout
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