Module openstack_sdk::types
source · Expand description
Types of the SDK
Re-exports§
pub use crate::types::api_version::ApiVersion;
Modules§
- Service Api Version
- Compute data types
- Identity data types
Structs§
- 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. - A reference to a resource by its Name and ID.
Enums§
- A reference to a resource by either its Name or ID.
- Supported Service Types