pub struct Interpreter<'a, R, W>{ /* private fields */ }Expand description
Brainfuck interpreter
Implementations§
Source§impl<'a, R, W> Interpreter<'a, R, W>
impl<'a, R, W> Interpreter<'a, R, W>
Auto Trait Implementations§
impl<'a, R, W> Freeze for Interpreter<'a, R, W>
impl<'a, R, W> RefUnwindSafe for Interpreter<'a, R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, R, W> Send for Interpreter<'a, R, W>
impl<'a, R, W> Sync for Interpreter<'a, R, W>
impl<'a, R, W> Unpin for Interpreter<'a, R, W>
impl<'a, R, W> !UnwindSafe for Interpreter<'a, R, W>
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