pub enum OutputClosedReason {
BrokenPipe,
ChannelClosed,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputClosedReason
impl RefUnwindSafe for OutputClosedReason
impl Send for OutputClosedReason
impl Sync for OutputClosedReason
impl Unpin for OutputClosedReason
impl UnwindSafe for OutputClosedReason
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