pub struct UnixPtySystem {}Trait Implementations§
Source§impl PtySystem for UnixPtySystem
impl PtySystem for UnixPtySystem
type Child = UnixPtyChild
type Master = UnixPtyMaster
type MasterRead = UnixPtyRead
type MasterWrite = UnixPtyWrite
fn spawn( command: Command, options: PtySystemOptions, ) -> Result<PtySystemInstance<Self>, PtySystemError>
Auto Trait Implementations§
impl Freeze for UnixPtySystem
impl RefUnwindSafe for UnixPtySystem
impl Send for UnixPtySystem
impl Sync for UnixPtySystem
impl Unpin for UnixPtySystem
impl UnwindSafe for UnixPtySystem
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