pub struct PyTypes<'a>(pub &'a ProgramManifest);Expand description
Generates the shared types.py content: header parser, fingerprint
assertion helper, and a single source-of-truth DECODERS union table.
Tuple Fields§
§0: &'a ProgramManifestTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PyTypes<'a>
impl<'a> RefUnwindSafe for PyTypes<'a>
impl<'a> Send for PyTypes<'a>
impl<'a> Sync for PyTypes<'a>
impl<'a> Unpin for PyTypes<'a>
impl<'a> UnsafeUnpin for PyTypes<'a>
impl<'a> UnwindSafe for PyTypes<'a>
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