pub struct IsolateConfig {
    pub runtime: PyRuntimeConfig,
    pub cleanup: CleanupMode,
}Expand description
Configuration applied when constructing a PythonIsolate.
Fields§
§runtime: PyRuntimeConfig§cleanup: CleanupModeTrait Implementations§
Source§impl Clone for IsolateConfig
 
impl Clone for IsolateConfig
Source§fn clone(&self) -> IsolateConfig
 
fn clone(&self) -> IsolateConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto Trait Implementations§
impl Freeze for IsolateConfig
impl !RefUnwindSafe for IsolateConfig
impl Send for IsolateConfig
impl Sync for IsolateConfig
impl Unpin for IsolateConfig
impl !UnwindSafe for IsolateConfig
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