Struct blue_build::template::Recipe
source · pub struct Recipe {
pub name: String,
pub description: String,
pub base_image: String,
pub image_version: String,
pub modules_ext: ModuleExt,
pub extra: HashMap<String, Value>,
}Fields§
§name: String§description: String§base_image: String§image_version: String§modules_ext: ModuleExt§extra: HashMap<String, Value>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Recipe
impl<'de> Deserialize<'de> for Recipe
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
Auto Trait Implementations§
impl RefUnwindSafe for Recipe
impl Send for Recipe
impl Sync for Recipe
impl Unpin for Recipe
impl UnwindSafe for Recipe
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