pub struct StderrOverrideGuard { /* private fields */ }
Expand description
A Guard over the File Descriptor change. when this guard is dropped the File Descriptor will go back to the original, and the file will be closed.
For more information please see the module-level documentation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StderrOverrideGuard
impl RefUnwindSafe for StderrOverrideGuard
impl Send for StderrOverrideGuard
impl Sync for StderrOverrideGuard
impl Unpin for StderrOverrideGuard
impl UnwindSafe for StderrOverrideGuard
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