pub struct Machine<'a, R: Read, W: Write> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, R, W> Freeze for Machine<'a, R, W>
impl<'a, R, W> RefUnwindSafe for Machine<'a, R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, R, W> Send for Machine<'a, R, W>
impl<'a, R, W> Sync for Machine<'a, R, W>
impl<'a, R, W> Unpin for Machine<'a, R, W>
impl<'a, R, W> UnwindSafe for Machine<'a, R, W>where
R: UnwindSafe,
W: UnwindSafe,
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