pub struct InterpreterOutput(/* private fields */);Expand description
The output type of the brainfuck interpreter
Implementations§
Trait Implementations§
Source§impl Debug for InterpreterOutput
format the data as a Vec<u8>
impl Debug for InterpreterOutput
format the data as a Vec<u8>
Source§impl Display for InterpreterOutput
format the data as a String
impl Display for InterpreterOutput
format the data as a String
Auto Trait Implementations§
impl Freeze for InterpreterOutput
impl RefUnwindSafe for InterpreterOutput
impl Send for InterpreterOutput
impl Sync for InterpreterOutput
impl Unpin for InterpreterOutput
impl UnwindSafe for InterpreterOutput
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