Expand description
Types of the SDK
Re-exports§
pub use crate::types::api_version::ApiVersion;pub use common::IdAndName;pub use common::NameOrId;
Modules§
- api_
version - Service Api Version.
- common
- Common types that can be used in responses of the API operations
- compute
- Compute data types
- identity
- Identity data types
Structs§
- Boxed
Async Read - A wrapper around
AsyncReadtrait allowing returning HTTP response body as something implementingAsyncRead. Returningimpl AsyncReadwould be the best option, but since we need to return it from inside a trait function it is currently not possible in Rust to do so and the only way is toreturn Box<dyn AsyncRead>. This is however also challenging, since it is not possible to invoke tokiocompatfunction to convertfutures::AsyncReadintotokio::io::AsyncRead. In order to deal with that this wrapper is created and something implementingAsyncReadcan be passed into it and further used as anything implementingAsyncReadon its own.
Enums§
- Entry
Status - Status of the resource
- Service
Type - Supported Service Types
Functions§
- serialize_
sensitive_ optional_ string - Serialize
SecretStringas string - serialize_
sensitive_ string - Serialize
Option<SecretString>as string