pub struct PtyBuilder { /* private fields */ }Expand description
A builder-pattern type to construct Pty objects.
Implementations§
Auto Trait Implementations§
impl Freeze for PtyBuilder
impl RefUnwindSafe for PtyBuilder
impl !Send for PtyBuilder
impl !Sync for PtyBuilder
impl Unpin for PtyBuilder
impl UnwindSafe for PtyBuilder
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