pub struct ComponentDevFlow {
pub format: String,
pub graph: Value,
}Expand description
Development-time flow embedded directly in a component manifest.
These flows are consumed by tooling such as greentic-dev during authoring. They are not
required for deployment or runtime execution and may be safely ignored by hosts and runners.
Fields§
§format: StringFlow representation format. Currently only flow-ir-json is supported.
graph: ValueFlowIR JSON graph for this flow.
Trait Implementations§
Source§impl Clone for ComponentDevFlow
impl Clone for ComponentDevFlow
Source§fn clone(&self) -> ComponentDevFlow
fn clone(&self) -> ComponentDevFlow
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComponentDevFlow
impl Debug for ComponentDevFlow
Source§impl<'de> Deserialize<'de> for ComponentDevFlow
impl<'de> Deserialize<'de> for ComponentDevFlow
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 ComponentDevFlow
impl PartialEq for ComponentDevFlow
Source§impl Serialize for ComponentDevFlow
impl Serialize for ComponentDevFlow
impl StructuralPartialEq for ComponentDevFlow
Auto Trait Implementations§
impl Freeze for ComponentDevFlow
impl RefUnwindSafe for ComponentDevFlow
impl Send for ComponentDevFlow
impl Sync for ComponentDevFlow
impl Unpin for ComponentDevFlow
impl UnwindSafe for ComponentDevFlow
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)