Struct gip::ProviderList [] [src]

pub struct ProviderList {
    pub providers: Vec<ProviderInfo>,
}

Fields

Provider list

Methods

impl ProviderList
[src]

[src]

Load provider info from TOML string

Trait Implementations

impl Debug for ProviderList
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProviderList

impl Sync for ProviderList