pub struct PythonCode { /* private fields */ }
Auto Trait Implementations§
impl Freeze for PythonCode
impl RefUnwindSafe for PythonCode
impl Send for PythonCode
impl Sync for PythonCode
impl Unpin for PythonCode
impl UnwindSafe for PythonCode
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