pub enum PtyError {
ForkFailed(c_int),
CreatePtyFailed(c_int),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PtyError
impl RefUnwindSafe for PtyError
impl Send for PtyError
impl Sync for PtyError
impl Unpin for PtyError
impl UnwindSafe for PtyError
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