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