pub struct UnixPtySystem;Expand description
Unix PTY system implementation.
This struct provides the factory methods for creating PTY sessions on Unix.
Trait Implementations§
Source§impl Clone for UnixPtySystem
impl Clone for UnixPtySystem
Source§fn clone(&self) -> UnixPtySystem
fn clone(&self) -> UnixPtySystem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnixPtySystem
impl Debug for UnixPtySystem
Source§impl Default for UnixPtySystem
impl Default for UnixPtySystem
Source§fn default() -> UnixPtySystem
fn default() -> UnixPtySystem
Returns the “default value” for a type. Read more
Source§impl PtySystem for UnixPtySystem
impl PtySystem for UnixPtySystem
impl Copy for UnixPtySystem
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