Enum reproto_manifest::Preset [] [src]

pub enum Preset {
    Go {},
    Maven {},
    Swift {},
    Rust {},
}

A quick bundle of configuration that can be applied, depending on what the project looks like.

Variants

Fields of Go

Fields of Maven

Fields of Swift

Fields of Rust

Trait Implementations

impl Debug for Preset
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Preset
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl TryFromToml for Preset
[src]

[src]

Convert from a string value.

[src]

Convert from a TOML.

Auto Trait Implementations

impl Send for Preset

impl Sync for Preset