pub struct BaseRequest {
Show 19 fields pub Scheme: String, pub Method: String, pub Domain: String, pub Port: String, pub RegionId: String, pub isInsecure: bool, pub userAgent: HashMap<String, String>, pub product: String, pub version: String, pub actionName: String, pub AcceptFormat: String, pub QueryParams: HashMap<String, String>, pub Headers: HashMap<String, String>, pub FormParams: HashMap<String, String>, pub Content: Vec<u8>, pub locationServiceCode: String, pub locationEndpointType: String, pub queries: String, pub stringToSign: String,
}

Fields

Scheme: StringMethod: StringDomain: StringPort: StringRegionId: StringisInsecure: booluserAgent: HashMap<String, String>product: Stringversion: StringactionName: StringAcceptFormat: StringQueryParams: HashMap<String, String>Headers: HashMap<String, String>FormParams: HashMap<String, String>Content: Vec<u8>locationServiceCode: StringlocationEndpointType: Stringqueries: StringstringToSign: String

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.