pub struct DynamicPython { /* private fields */ }Expand description
Capability-gated Python eval and exec with no ambient authority.
Implementations§
Source§impl DynamicPython
impl DynamicPython
Sourcepub fn with_codec(codec: Symbol) -> Self
pub fn with_codec(codec: Symbol) -> Self
Build the dynamic surface for an installed compatible source codec.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicPython
impl RefUnwindSafe for DynamicPython
impl Send for DynamicPython
impl Sync for DynamicPython
impl Unpin for DynamicPython
impl UnsafeUnpin for DynamicPython
impl UnwindSafe for DynamicPython
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