Struct google_servicecontrol1::AllocateInfo[][src]

pub struct AllocateInfo {
    pub unused_arguments: Option<Vec<String>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

A list of label keys that were unused by the server in processing the request. Thus, for similar requests repeated in a certain future time window, the caller can choose to ignore these labels in the requests to achieve better client-side cache hits and quota aggregation.

Trait Implementations

impl Default for AllocateInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for AllocateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AllocateInfo
[src]

Formats the value using the given formatter. Read more

impl Part for AllocateInfo
[src]

Auto Trait Implementations