Struct parsec_interface::operations::list_providers::Result [−][src]
pub struct Result {
pub providers: Vec<ProviderInfo>,
}Expand description
Native object for provider listing result.
Fields
providers: Vec<ProviderInfo>A list of ProviderInfo structures, one for each provider available in
the service.