pub struct StderrTarget { /* private fields */ }
Implementations§
Source§impl StderrTarget
impl StderrTarget
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StderrTarget
impl RefUnwindSafe for StderrTarget
impl Send for StderrTarget
impl Sync for StderrTarget
impl Unpin for StderrTarget
impl UnwindSafe for StderrTarget
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