Struct redfish_codegen::models::composition_service::v1_2_0::ComposeResponse
source · pub struct ComposeResponse {
pub manifest: Option<Manifest>,
pub request_format: ComposeRequestFormat,
pub request_type: ComposeRequestType,
pub reservation_id: Option<String>,
}
Expand description
The response body for the Compose action.
Fields§
§manifest: Option<Manifest>
§request_format: ComposeRequestFormat
§request_type: ComposeRequestType
§reservation_id: Option<String>
The identifier of the composition reservation that was created.
Trait Implementations§
source§impl Clone for ComposeResponse
impl Clone for ComposeResponse
source§fn clone(&self) -> ComposeResponse
fn clone(&self) -> ComposeResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ComposeResponse
impl Debug for ComposeResponse
source§impl Default for ComposeResponse
impl Default for ComposeResponse
source§fn default() -> ComposeResponse
fn default() -> ComposeResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComposeResponse
impl<'de> Deserialize<'de> for ComposeResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more