Struct rustpython_vm::py_io::PyWriter
source · pub struct PyWriter<'vm>(pub PyObjectRef, pub &'vm VirtualMachine);
Tuple Fields§
§0: PyObjectRef
§1: &'vm VirtualMachine
Trait Implementations§
Auto Trait Implementations§
impl<'vm> !RefUnwindSafe for PyWriter<'vm>
impl<'vm> !Send for PyWriter<'vm>
impl<'vm> !Sync for PyWriter<'vm>
impl<'vm> Unpin for PyWriter<'vm>
impl<'vm> !UnwindSafe for PyWriter<'vm>
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