Enum gip::ProviderInfoFormat[][src]

pub enum ProviderInfoFormat {
    Plane,
    Json,
}

Format of return value from provider

Variants

Plane text format

JSON format

Trait Implementations

impl Debug for ProviderInfoFormat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations