Enum reproto_backend_python::PythonModule [] [src]

pub enum PythonModule {
    Requests(RequestsConfig),
    Python2(Python2Config),
}

Variants

Trait Implementations

impl Debug for PythonModule
[src]

[src]

Formats the value using the given formatter. Read more

impl TryFromToml for PythonModule
[src]

[src]

Convert from a string value.

[src]

Convert from a TOML.

Auto Trait Implementations

impl Send for PythonModule

impl Sync for PythonModule