pub struct PythonGenerator { /* private fields */ }Expand description
Generator for Python type definitions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PythonGenerator
impl RefUnwindSafe for PythonGenerator
impl Send for PythonGenerator
impl Sync for PythonGenerator
impl Unpin 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