Enum reproto_backend_go::GoModule [] [src]

pub enum GoModule {
    EncodingJson,
}

Variants

Trait Implementations

impl Debug for GoModule
[src]

[src]

Formats the value using the given formatter. Read more

impl TryFromToml for GoModule
[src]

[src]

Convert from a string value.

[src]

Convert from a TOML.

Auto Trait Implementations

impl Send for GoModule

impl Sync for GoModule