Enum reproto_manifest::Preset [] [src]

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

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

Variants

Fields of Maven

Fields of Swift

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