pub struct GetImageRecipeResponse {
pub image_recipe: Option<ImageRecipe>,
pub request_id: Option<String>,
}
Fields§
§image_recipe: Option<ImageRecipe>
The image recipe object.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for GetImageRecipeResponse
impl Clone for GetImageRecipeResponse
Source§fn clone(&self) -> GetImageRecipeResponse
fn clone(&self) -> GetImageRecipeResponse
Returns a duplicate 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 GetImageRecipeResponse
impl Debug for GetImageRecipeResponse
Source§impl Default for GetImageRecipeResponse
impl Default for GetImageRecipeResponse
Source§fn default() -> GetImageRecipeResponse
fn default() -> GetImageRecipeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetImageRecipeResponse
impl<'de> Deserialize<'de> for GetImageRecipeResponse
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
Source§impl PartialEq for GetImageRecipeResponse
impl PartialEq for GetImageRecipeResponse
impl StructuralPartialEq for GetImageRecipeResponse
Auto Trait Implementations§
impl Freeze for GetImageRecipeResponse
impl RefUnwindSafe for GetImageRecipeResponse
impl Send for GetImageRecipeResponse
impl Sync for GetImageRecipeResponse
impl Unpin for GetImageRecipeResponse
impl UnwindSafe for GetImageRecipeResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more