pub struct FlowValue {
pub shape: Shape,
/* private fields */
}Expand description
Output of a block stage. Model authors see shape + opaque id only.
Fields§
§shape: ShapeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowValue
impl RefUnwindSafe for FlowValue
impl Send for FlowValue
impl Sync for FlowValue
impl Unpin for FlowValue
impl UnsafeUnpin for FlowValue
impl UnwindSafe for FlowValue
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