pub struct FlowDef {
pub identification: Identification,
pub specializes: Option<String>,
pub specializes_span: Option<Span>,
pub body: DefinitionBody,
}Expand description
Flow definition: flow def Identification body.
Fields§
§identification: Identification§specializes: Option<String>§specializes_span: Option<Span>§body: DefinitionBodyTrait Implementations§
impl Eq for FlowDef
impl StructuralPartialEq for FlowDef
Auto Trait Implementations§
impl Freeze for FlowDef
impl RefUnwindSafe for FlowDef
impl Send for FlowDef
impl Sync for FlowDef
impl Unpin for FlowDef
impl UnsafeUnpin for FlowDef
impl UnwindSafe for FlowDef
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