Struct python_oxidized_importer::ImporterState[][src]

pub struct ImporterState { /* fields omitted */ }
Expand description

Holds state for the custom MetaPathFinder.

Implementations

Obtain the PythonResourcesState associated with this instance.

Obtain a mutable PythonResourcesState associated with this instance.

There is no run-time checking for mutation exclusion. So don’t like this leak outside of a single call site that needs to access it!

Set the value to call multiprocessing.set_start_method() with on import of multiprocessing.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.