pub struct PythonGenerator;Trait Implementations§
Source§impl ClientGenerator for PythonGenerator
impl ClientGenerator for PythonGenerator
Auto Trait Implementations§
impl Freeze for PythonGenerator
impl RefUnwindSafe for PythonGenerator
impl Send for PythonGenerator
impl Sync for PythonGenerator
impl Unpin for PythonGenerator
impl UnsafeUnpin for PythonGenerator
impl UnwindSafe for PythonGenerator
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