pub struct ReadPty<'a>(/* private fields */);
Available on crate feature
async
only.Expand description
Borrowed read half of a Pty
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReadPty<'a>
impl<'a> !RefUnwindSafe for ReadPty<'a>
impl<'a> Send for ReadPty<'a>
impl<'a> Sync for ReadPty<'a>
impl<'a> Unpin for ReadPty<'a>
impl<'a> !UnwindSafe for ReadPty<'a>
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